Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Feb 6, 2024
1 parent ca71d4b commit 994acdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/transition-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v3
- name: build documentation
run: |
mkdir -p /tmp/wis2-transition/transition-guide/images \
mkdir -p /tmp/wis2-transition-guide/transition-guide/images \
&& cd transition-guide \
&& asciidoctor --trace -o /tmp/wis2-transition-guide/transition-guide/${FILE_BASENAME}.html index.adoc \
&& asciidoctor --trace --backend docbook --out-file - index.adoc | pandoc --from docbook --to docx --output /tmp/wis2-transition-guide/transition-guide/${FILE_BASENAME}.docx \
Expand Down

0 comments on commit 994acdb

Please sign in to comment.