Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Haoyue-zhi committed May 13, 2024
1 parent 7b278c3 commit 1057ba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
bun-version: latest
# Pick your own package manager and build script
- run: bun install
- run: bun run build
- run: bun run generate
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./.output/public
path: ./dist
# Deployment job
deploy:
# Add a dependency to the build job
Expand Down

0 comments on commit 1057ba9

Please sign in to comment.