Skip to content

Commit

Permalink
update deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
sdobbert committed Mar 12, 2024
1 parent 8cd04b1 commit d5308fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: npm i -g @slidev/cli
- name: Build
run: slidev build --base /${{ github.event.repository.name }}/
cp dist/index.html dist/404.html
- name: Deploy pages
uses: crazy-max/[email protected]
with:
Expand Down

0 comments on commit d5308fc

Please sign in to comment.