diff --git a/.github/workflows/publish_site.yml b/.github/workflows/publish_site.yml index f17a43c..a10068c 100644 --- a/.github/workflows/publish_site.yml +++ b/.github/workflows/publish_site.yml @@ -57,11 +57,11 @@ jobs: - name: Build pages run: mkdocs build - name: Configure GitHub Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Upload Pages Artifact uses: actions/upload-pages-artifact@v3 with: path: 'site/' - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4 - id: deployment \ No newline at end of file + id: deployment