diff --git a/.github/workflows/github_pages.yml b/.github/workflows/github_pages.yml index d8a18de30..0e9eab771 100644 --- a/.github/workflows/github_pages.yml +++ b/.github/workflows/github_pages.yml @@ -59,7 +59,7 @@ jobs: run: git clone '${{ inputs.theme }}' .theme - name: Configure GitHub Pages id: pages - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v5 - name: Install requirements run: pip install ${{ inputs.requirements }} - name: Build Pelican site