File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ permissions :
9+ contents : read
10+ pages : write
11+ id-token : write
12+
13+ concurrency :
14+ group : " pages"
15+ cancel-in-progress : true
16+
817jobs :
918 build :
1019 runs-on : ubuntu-latest
1120
1221 steps :
1322 - name : Checkout repository
14- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
1524
1625 - name : Set up Python
17- uses : actions/setup-python@v4
26+ uses : actions/setup-python@v5
1827 with :
1928 python-version : ' 3.x'
2029
@@ -26,28 +35,20 @@ jobs:
2635 run : |
2736 mkdocs build
2837
29- - name : Setup Pages
30- uses : actions/configure-pages@v4
31-
3238 - name : Upload artifact
33- uses : actions/upload-pages-artifact@v1
39+ uses : actions/upload-pages-artifact@v3
3440 with :
3541 path : ./site
3642
3743 deploy :
38- if : github.ref == 'refs/heads/main'
3944 runs-on : ubuntu-latest
4045 needs : build
4146
42- permissions :
43- pages : write
44- id-token : write
45-
4647 environment :
4748 name : github-pages
4849 url : ${{ steps.deployment.outputs.page_url }}
4950
5051 steps :
5152 - name : Deploy to GitHub Pages
5253 id : deployment
53- uses : actions/deploy-pages@v2
54+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments