Skip to content

Commit

Permalink
Update pandoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
memerchik committed Sep 25, 2024
1 parent 54c6991 commit 7d1ea3b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ jobs:
echo "article name is: $FIRST_FILE"
echo "FIRST_IPYNB_FILE=$FIRST_FILE" >> $GITHUB_ENV
- name: pandoc
run: |
article.ipynb -o article.docx
- uses: docker://pandoc/latex:2.9
with:
args: --output=$FIRST_IPYNB_FILE.docx $FIRST_IPYNB_FILE.ipynb
Expand Down

0 comments on commit 7d1ea3b

Please sign in to comment.