Skip to content

Commit

Permalink
Update docdeploy.yaml to newer actions
Browse files Browse the repository at this point in the history
  • Loading branch information
quattro authored Feb 13, 2024
1 parent 77b5e37 commit a42803c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docdeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: {python-version: "3.10"}
- name: Tools for docs build
run: |
Expand All @@ -22,7 +22,7 @@ jobs:
run: |
make -C docs html
- name: upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/_build/html/

Expand All @@ -39,4 +39,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit a42803c

Please sign in to comment.