Skip to content

Commit cb24f11

Browse files
authored
Create ibis.yml
1 parent da43e56 commit cb24f11

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/ibis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Ibis eBook Generation
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@main
12+
with:
13+
fetch-depth: '0'
14+
- name: Build Ibis Export Files
15+
uses: bobbyiliev/ibis-build-action@main
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18+
IBIS_PATH: './ebook/en/'
19+
IBIS_BRANCH: 'main'
20+
21+
COMMIT_MESSAGE: 'Updated Ibis Exorted Files'

0 commit comments

Comments
 (0)