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 130f025 commit 2f0ca83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: retreiving name of the article
id: getfile
run: |
FIRST_FILE=$(ls *.ipynb | sort | head -n 1)
FIRST_FILE=$(ls *.ipynb | sort | head -n 1 | sed -e 's/\.ipynb$//')
echo "FIRST_IPYNB_FILE=$FIRST_FILE" >> $GITHUB_ENV
- name: pandoc convertion to docx
uses: docker://pandoc/latex:2.9
Expand Down

1 comment on commit 2f0ca83

@memerchik
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#43

Please sign in to comment.