-
-
Notifications
You must be signed in to change notification settings - Fork 615
29 lines (25 loc) · 671 Bytes
/
ibis.yml
File metadata and controls
29 lines (25 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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/ibis-build-action@v2.0.0
with:
ibis_path: "./ebook/en"
ibis_branch: "main"
email: "bobby@bobbyiliev.com"
commit_message: "📚 Updated eBook files"
php_version: "8.2"
formats: "pdf,pdf-dark,epub,sample,sample-dark"
skip_push: "false"