Revert Pages actions to last ones compatible with GHES

This commit is contained in:
Yoann Chaudet
2024-04-29 12:09:12 -07:00
parent 5c5d982a32
commit 06f9fb7fa3
8 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ jobs:
- name: Build with mdBook
run: mdbook build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v2
with:
path: ./book
@@ -57,4 +57,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v3