Skip to content

Commit b47a256

Browse files
committed
lint
1 parent 39763fa commit b47a256

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
name: GitHub Pages
2-
32
on:
43
push:
5-
branches: [ "v0.0.9-docs" ]
6-
4+
branches: ["v0.0.9-docs"]
75
# Concurrency control to prevent parallel runs on the same PR
86
concurrency:
97
group: ${{ github.workflow }}-${{ github.ref }}
108
cancel-in-progress: true
11-
129
permissions:
1310
contents: write
1411
pull-requests: write
1512
checks: write
1613
issues: read
17-
1814
jobs:
1915
deploy_docs:
2016
name: Deploy the docs
@@ -35,15 +31,13 @@ jobs:
3531
clean: true
3632
fetch-depth: 0
3733
fetch-tags: true
38-
3934
# Build docs
4035
- name: Build docs
4136
run: |
4237
cd docs
4338
pip3 install -r requirements.txt
4439
make SPHINXOPTS=-W multi-docs
4540
touch ./_build/.nojekyll
46-
4741
# Deploy to gh-pages
4842
- name: Deploy to gh-pages
4943
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)