File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,8 @@ name: Deploy documentation to Github Pages
22on :
33 workflow_dispatch :
44
5- # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
65permissions : write-all
76
8- # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
9- # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
107concurrency :
118 group : " pages"
129 cancel-in-progress : false
@@ -29,12 +26,11 @@ jobs:
2926 pip install sphinx furo
3027 - name : Build website
3128 run : |
32- cd docs
3329 sphinx-build -M dirhtml docs docs/_build
3430
3531 - name : Fix permissions
3632 run : |
37- chmod -c -R +rX "docs/_build/dirhtml" | while read line; do
33+ chmod -c -R +rX "docs/_build/dirhtml/ " | while read line; do
3834 echo "::warning title=Invalid file permissions automatically fixed::$line"
3935 done
4036 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments