Skip to content

Commit a23d6c8

Browse files
Merge pull request #124 from PolicyEngine/nikhilwoodruff/issue113
Documentation fails to deploy
2 parents adee6f8 + bb76db6 commit a23d6c8

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- name: Deploy documentation
7171
uses: JamesIves/github-pages-deploy-action@releases/v4
7272
with:
73+
token: ${{ secrets.GITHUB_TOKEN }}
7374
branch: gh-pages
7475
folder: docs/_build/html
7576
- name: Publish a git tag

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
fixed:
4+
- Documentation deployment.

0 commit comments

Comments
 (0)