Skip to content

Commit

Permalink
Update nbconvert.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
memerchik committed Jun 22, 2024
1 parent 6611e82 commit 02e445e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/nbconvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ jobs:
git checkout -b nbconvert
git push -u origin nbconvert
id: extract_branch
- name: retreiving name of the article
id: getfile
run: |
FIRST_FILE=$(ls *.ipynb | sort | head -n 1)
echo "The first notebook file is: $FIRST_FILE"
echo "FIRST_IPYNB_FILE=$FIRST_FILE" >> $GITHUB_ENV
- name: Use the notebook file
run: |
echo "Using the notebook file: $FIRST_IPYNB_FILE"
- name: running nbconvert
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 02e445e

Please sign in to comment.