Skip to content

Commit

Permalink
fix style #push
Browse files Browse the repository at this point in the history
  • Loading branch information
yig319 committed Dec 6, 2024
1 parent afac13b commit e02837e
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 @@ -60,7 +60,7 @@ jobs:
conda init bash
conda activate book
rm -rf ./book/_build
jupyter-book build ./book
jupyter-book build ./book --config baseurl="${{ github.event.repository.name }}"
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit e02837e

Please sign in to comment.