Skip to content

Commit

Permalink
Update build-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
affggh authored Oct 19, 2024
1 parent 0b5e08d commit e92ff48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build-dist
path: ./dist

- name: ls
run: |
Expand All @@ -73,4 +74,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/dist
publish_dir: dist

0 comments on commit e92ff48

Please sign in to comment.