Skip to content

Commit

Permalink
Merge branch 'master' into Fix/improve-lists
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLaval committed Jan 31, 2025
2 parents 49610de + f7b5e18 commit 2a91ef9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-the-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python-version: '3.12'
cache: 'pip'
- name: Setup Java 8
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
java-version: 8
distribution: "temurin"
Expand All @@ -56,7 +56,7 @@ jobs:
done
# Create and upload Pages artifact from docs dir
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./outputdir

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

0 comments on commit 2a91ef9

Please sign in to comment.