Skip to content

Commit 0208889

Browse files
authored
Jfrazier/47 doc pages -- with permissions issue fix (#49)
* add docs to source code * add sphinx docs and gh-pages action * fix: permissions issue with gh pages
1 parent 137ebe2 commit 0208889

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
style:
2222
name: "style"
2323
runs-on: ubuntu-latest
24-
# needed for gh-pages
25-
permissions:
26-
contents: write
2724
steps:
2825
- uses: actions/checkout@v4
2926
with:
@@ -76,6 +73,9 @@ jobs:
7673
7774
deploy-docs:
7875
name: "deploy docs"
76+
# needed for gh-pages
77+
permissions:
78+
contents: write
7979
if: github.ref == 'refs/heads/main'
8080
runs-on: ubuntu-latest
8181
steps:

0 commit comments

Comments
 (0)