We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c96fc5 + 80e18ce commit 861b9f6Copy full SHA for 861b9f6
.github/actions/build-docs/action.yml
@@ -4,7 +4,7 @@ runs:
4
using: composite
5
steps:
6
- name: Install pandoc
7
- run: 'cinst -y pandoc --version=1.17.2 --ia=ALLUSERS=1'
+ run: 'choco install -y pandoc --version=1.17.2 --ia=ALLUSERS=1'
8
shell: bash
9
- name: Add pandoc to path
10
run: echo "C:\Program Files (x86)\Pandoc" >> $GITHUB_PATH
0 commit comments