From 07d138ce0d43bea3fcc1ae662468ea4055191f14 Mon Sep 17 00:00:00 2001 From: LGouellec Date: Fri, 10 Jan 2025 10:36:51 -0800 Subject: [PATCH] fix githupages ci/cd --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 80d66d8a..0ac440ad 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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: | @@ -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