Skip to content

Commit 8e65878

Browse files
authored
Merge pull request #20 from ColibrITD-SAS/dev
doc: changelog token added
2 parents d7f30fa + fdc17ab commit 8e65878

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)