Skip to content

Commit

Permalink
Remove the download flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jond01 committed Jul 1, 2023
1 parent d723cdb commit 6947c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install slidev
run: npm i -g @slidev/cli
- name: Build
run: slidev build --download --base /pycon-il-23
run: slidev build --base /pycon-il-23
- name: Deploy pages
uses: crazy-max/ghaction-github-pages@v3
with:
Expand Down

0 comments on commit 6947c8b

Please sign in to comment.