[Wiki] Update configure-pages action

This commit is contained in:
Andre_601 2024-11-22 20:43:45 +01:00 committed by GitHub
parent 47e255a58e
commit 45f7147270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
id: deployment