File tree Expand file tree Collapse file tree 1 file changed +3
-25
lines changed
Expand file tree Collapse file tree 1 file changed +3
-25
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88permissions :
9- contents : read
10- pages : write
11- id-token : write
12-
13- concurrency :
14- group : " pages"
15- cancel-in-progress : false
9+ contents : write
1610
1711jobs :
18- build :
12+ deploy :
1913 runs-on : ubuntu-latest
2014 steps :
2115 - uses : actions/checkout@v4
2822 - name : Install dependencies
2923 run : pip install -r requirements.txt
3024
31- - name : Build MkDocs
32- run : mkdocs build --strict
33-
34- - name : Upload artifact
35- uses : actions/upload-pages-artifact@v3
36- with :
37- path : site
38-
39- deploy :
40- environment :
41- name : github-pages
42- url : ${{ steps.deployment.outputs.page_url }}
43- runs-on : ubuntu-latest
44- needs : build
45- steps :
4625 - name : Deploy to GitHub Pages
47- id : deployment
48- uses : actions/deploy-pages@v4
26+ run : mkdocs gh-deploy --force
You can’t perform that action at this time.
0 commit comments