Skip to content

Commit

Permalink
Update all actions to Node 20 on GH
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianDeconinck committed Mar 25, 2024
1 parent 9107cbd commit a3d7e9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh_pages_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ 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.11'
- run: pip install -e .
- run: pip install mkdocs
- run: mkdocs build
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: site/

Expand Down

0 comments on commit a3d7e9b

Please sign in to comment.