File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 2323 DEB_PYTHON_INSTALL_LAYOUT : deb_system
2424
2525jobs :
26-
2726 build-book :
2827 uses : ./.github/workflows/build_docs.yml
2928
@@ -33,25 +32,25 @@ jobs:
3332 environment :
3433 name : github-pages
3534 url : ${{ steps.deployment.outputs.page_url }}
36-
35+
3736 steps :
3837 - name : Checkout
39- uses : actions/checkout@v3
40-
38+ uses : actions/checkout@v4
39+
4140 - name : Setup Pages
42- uses : actions/configure-pages@v2
43-
41+ uses : actions/configure-pages@v4
42+
4443 - name : Download docs artifact
45- uses : actions/download-artifact@v3
44+ uses : actions/download-artifact@v4
4645 with :
4746 name : documentation
4847 path : " ./public"
4948
5049 - name : Upload page artifact
51- uses : actions/upload-pages-artifact@v1
50+ uses : actions/upload-pages-artifact@v3
5251 with :
5352 path : " ./public"
5453
5554 - name : Deploy webpage
5655 id : deployment
57- uses : actions/deploy-pages@v1
56+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments