Skip to content

Commit

Permalink
⬆️ Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
veit committed May 5, 2024
1 parent 8ed9b43 commit 1808a48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
architecture: x64
Expand All @@ -41,12 +41,12 @@ jobs:
python -m pip install -U pip
python -m pip install -r docs/requirements.txt
- name: Setup Pages
uses: actions/configure-pages@v1
uses: actions/configure-pages@v5
- name: Build HTML
run: make html
working-directory: docs/
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: docs/_build/html
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 1808a48

Please sign in to comment.