gitbook() and ebook() store cover.png at the same location as the pdf… #108
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches-ignore: | |
- main | |
- master | |
- ghpages | |
name: "check package with checklist" | |
jobs: | |
check-package: | |
runs-on: ubuntu-latest | |
name: "check package" | |
env: | |
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
permissions: | |
contents: read | |
steps: | |
- uses: inbo/actions/[email protected] |