Skip to content

Commit a555f50

Browse files
authored
Update deploy_docs.yml
1 parent b547c07 commit a555f50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy_docs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ jobs:
1414
pages: write
1515
id-token: write
1616
steps:
17+
- id: install_pandoc
18+
run: sudo apt-get install pandoc
1719
- id: deployment
1820
uses: sphinx-notes/pages@v3
1921
with:
2022
documentation_path: ./docs/source
21-
pre-build-command: apt install --yes git build-essential pandoc

0 commit comments

Comments
 (0)