We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d7a219 + 30a7595 commit 3951a30Copy full SHA for 3951a30
1 file changed
.github/workflows/docs.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Checkout
23
uses: actions/checkout@v4
24
25
+ - name: Setup Pages
26
+ uses: actions/configure-pages@v4
27
+
28
- name: Set up Python
29
uses: actions/setup-python@v4
30
with:
@@ -37,7 +40,7 @@ jobs:
37
40
mkdocs build --clean --strict
38
41
39
42
- name: Upload artifact
- uses: actions/upload-pages-artifact@v3
43
+ uses: actions/upload-pages-artifact@v4
44
45
path: site
46
0 commit comments