Skip to content

Commit 803d754

Browse files
committed
Removed comments from workflow file.
1 parent 5984d6d commit 803d754

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Deploy documentation to Github Pages
22
on:
33
workflow_dispatch:
44

5-
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
65
permissions: 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.
107
concurrency:
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

0 commit comments

Comments
 (0)