Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ourse into main
  • Loading branch information
wolfidan committed Jan 24, 2024
2 parents 9166d5a + a6021ca commit 2d836cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
fi
zip -r book.zip ${{ inputs.path_to_notebooks }}/_build/html
- name: Upload zipped book artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: book-zip-${{github.event.number}}
path: ./book.zip

0 comments on commit 2d836cf

Please sign in to comment.