Skip to content

Commit fdc17ab

Browse files
doc: changelog token added
1 parent 7288d36 commit fdc17ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/doc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- name: Build Document
1919
run: |
2020
pip install -r requirements-dev.txt
21+
touch .env
22+
echo "SPHINX_GITHUB_CHANGELOG_TOKEN=${{secrets.DOC_GH_API_TOKEN}}" > .env
2123
sphinx-build -b html docs build
2224
- name: Publish
2325
uses: cloudflare/pages-action@1

0 commit comments

Comments
 (0)