Skip to content

Update ibis gha (#187) #89

Update ibis gha (#187)

Update ibis gha (#187) #89

Workflow file for this run

name: Build eBooks
on:
push:
branches: [main]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Build eBooks with Ibis Next
uses: bobbyiliev/[email protected]
with:
ibis_path: "./ebook/en"
ibis_branch: "main"
email: "[email protected]"
commit_message: "📚 Updated eBook files"
php_version: "8.2"
formats: "pdf,pdf-dark,epub,sample,sample-dark"
skip_push: "false"