Skip to content

gitbook() and ebook() store cover.png at the same location as the pdf… #15

gitbook() and ebook() store cover.png at the same location as the pdf…

gitbook() and ebook() store cover.png at the same location as the pdf… #15

Workflow file for this run

on:
push:
branches:
- main
- master
permissions:
contents: write
name: "check package on main with checklist"
jobs:
check-package:
runs-on: ubuntu-latest
name: "check package"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: inbo/actions/check_pkg@checklist-0.3.2