Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuu authored Jun 19, 2024
1 parent 9165a40 commit 86d74d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
run: npm install

- name: Build with VitePress
run: npm run build
run: |
npm run build
ls
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 86d74d0

Please sign in to comment.