Skip to content

Commit f499b08

Browse files
JohnRDOrazioclaude
andcommitted
fix: always install pandoc in deploy workflow
Pandoc is needed for both the WordPress deploy step (conditional) and the standalone HTML/PDF build steps (always run). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 908d49b commit f499b08

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
echo "changed_docs=$CHANGED_DOCS" >> "$GITHUB_OUTPUT"
6969
7070
- name: Install pandoc
71-
if: steps.changes.outputs.changed_docs != ''
7271
uses: pandoc/actions/setup@v1
7372

7473
- name: Deploy changed documents to WordPress

0 commit comments

Comments
 (0)