Skip to content

Merge pull request #9 from bobbyiliev/updates-for-2024 #12

Merge pull request #9 from bobbyiliev/updates-for-2024

Merge pull request #9 from bobbyiliev/updates-for-2024 #12

Workflow file for this run

name: Ibis eBook Generation
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
fetch-depth: '0'
- name: Build Ibis Export Files
uses: bobbyiliev/ibis-build-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
IBIS_PATH: './ebook/en/'
IBIS_BRANCH: 'main'
EMAIL: '[email protected]'
COMMIT_MESSAGE: 'Updated Ibis Exorted Files'