Skip to content

Commit 3951a30

Browse files
Merge pull request #15 from Devotel/fix/docs-deployment
Fix GitHub Pages deployment workflow
2 parents 8d7a219 + 30a7595 commit 3951a30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424

25+
- name: Setup Pages
26+
uses: actions/configure-pages@v4
27+
2528
- name: Set up Python
2629
uses: actions/setup-python@v4
2730
with:
@@ -37,7 +40,7 @@ jobs:
3740
mkdocs build --clean --strict
3841
3942
- name: Upload artifact
40-
uses: actions/upload-pages-artifact@v3
43+
uses: actions/upload-pages-artifact@v4
4144
with:
4245
path: site
4346

0 commit comments

Comments
 (0)