Skip to content

Commit

Permalink
typo, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-haru committed Jul 11, 2024
1 parent f8f84a3 commit 3f39fcd
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 985 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
deploy-book:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Install dependencies
- name: Set up Python 3.12
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'

Expand All @@ -30,7 +30,7 @@ jobs:
# Push the book's HTML to github-pages
- name: GitHub Pages action
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_build/html
Expand Down
Loading

0 comments on commit 3f39fcd

Please sign in to comment.