Skip to content

Commit b49c9bd

Browse files
Merge pull request #50 from ColibrITD-SAS/Henri-ColibrITD-patch-1
Update doc.yml
2 parents 6d5c3cf + 8445b41 commit b49c9bd

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
@@ -19,6 +19,8 @@ jobs:
1919
- name: Build Document
2020
run: |
2121
pip install -r requirements-dev.txt
22+
apt update
23+
apt install -y pandoc
2224
touch .env
2325
echo "SPHINX_GITHUB_CHANGELOG_TOKEN=${{secrets.DOC_GH_API_TOKEN}}" > .env
2426
sphinx-build -b html docs build

0 commit comments

Comments
 (0)