Skip to content

Commit 7dff3b1

Browse files
committed
Merge branch 'main' of github.com:Open-Model-Initiative/graphcap
Signed-off-by: jphillips <josh.phillips@fearnworks.com>
2 parents 1913d70 + 61cf7e7 commit 7dff3b1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ on:
77
- 'doc/**'
88
- '.github/workflows/documentation.yml'
99

10-
11-
1210
permissions:
11+
pages: write
12+
contents: write
13+
1314
jobs:
1415
docs:
1516
runs-on: ubuntu-latest
@@ -24,9 +25,9 @@ jobs:
2425
sphinx-build doc _build
2526
- name: Deploy to GitHub Pages
2627
uses: peaceiris/actions-gh-pages@v3
27-
if: ${{(github.ref == 'refs/heads/main' || github.ref == 'refs/heads/doc_sandbox') }}
28+
if: ${{ (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/doc_sandbox') }}
2829
with:
2930
publish_branch: gh-pages
3031
github_token: ${{ secrets.GITHUB_TOKEN }}
3132
publish_dir: _build/
32-
force_orphan: true
33+
force_orphan: true

0 commit comments

Comments
 (0)