Skip to content

Commit

Permalink
Merge pull request #8 from klips-project/copy-files
Browse files Browse the repository at this point in the history
Update deploy script
  • Loading branch information
sdobbert authored Mar 12, 2024
2 parents 8cd04b1 + d5308fc commit 2d73745
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 2d73745

Please sign in to comment.