Skip to content

Commit

Permalink
Removed --base in build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Educorreia932 committed Apr 29, 2024
1 parent 7df0220 commit f8b2a25
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 @@ -14,7 +14,7 @@ jobs:
- name: Install slidev
run: npm i -g @slidev/cli
- name: Build
run: slidev build --base
run: slidev build
- name: Deploy pages
uses: crazy-max/ghaction-github-pages@v2
with:
Expand Down

0 comments on commit f8b2a25

Please sign in to comment.