Skip to content

Commit

Permalink
fix githupages ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
LGouellec committed Jan 10, 2025
1 parent 2fb48c4 commit 07d138c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.12

- name: "Install Python dependencies"
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
make html
- name: "Deploy Github Pages"
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@4.7.2
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
Expand Down

0 comments on commit 07d138c

Please sign in to comment.