Skip to content

Commit ab5cb01

Browse files
Merge pull request #51 from ColibrITD-SAS/Henri-ColibrITD-patch-1
Update doc.yml
2 parents b49c9bd + f7679fd commit ab5cb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
- name: Build Document
2020
run: |
2121
pip install -r requirements-dev.txt
22-
apt update
23-
apt install -y pandoc
22+
sudo apt update
23+
sudo apt install -y pandoc
2424
touch .env
2525
echo "SPHINX_GITHUB_CHANGELOG_TOKEN=${{secrets.DOC_GH_API_TOKEN}}" > .env
2626
sphinx-build -b html docs build

0 commit comments

Comments
 (0)