Skip to content

Commit 4e06f92

Browse files
authored
Merge pull request #256 from schveiguy/fixddox2
Fix github token thing.
2 parents c757a36 + ae04389 commit 4e06f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ jobs:
4545
- name: Deploy to Github Pages
4646
uses: JamesIves/[email protected]
4747
with:
48-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
BRANCH: gh-pages
5050
FOLDER: docs

0 commit comments

Comments
 (0)