Skip to content

Commit

Permalink
fix: 🐛 fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Sep 7, 2024
1 parent 7813346 commit a32c947
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pages: write
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Install dependencies
- name: Set up Python 3.11
Expand Down Expand Up @@ -50,11 +50,11 @@ jobs:
# Upload the book's HTML as an artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: "_build/html"

# Deploy the book's HTML to GitHub Pages
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
Loading

0 comments on commit a32c947

Please sign in to comment.