Skip to content

Commit f7679fd

Browse files
Update doc.yml
1 parent b49c9bd commit f7679fd

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)