Skip to content

Commit 8fb219f

Browse files
authored
Merge pull request #321 from conductor-oss/gh-pages-build-github-token
Update generate_gh_pages.yml
2 parents 82d07d6 + c1a8e21 commit 8fb219f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_gh_pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Deploy docs
1414
uses: mhausenblas/mkdocs-deploy-gh-pages@master
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.DOCSITE_TOKEN }}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
CONFIG_FILE: mkdocs.yml
1818
REQUIREMENTS: requirements.txt

0 commit comments

Comments
 (0)