Skip to content

Merge pull request #49 from Sunbuyu/patch-1 #73

Merge pull request #49 from Sunbuyu/patch-1

Merge pull request #49 from Sunbuyu/patch-1 #73

Workflow file for this run

name: 'Gitbook Action Build'
on:
push:
branches:
- master
paths-ignore:
- '.github/**'
- 'examples/**'
- 'origin/**'
- 'pdf/**'
- '.*'
- 'LICENSE'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout action
uses: actions/checkout@v2
- name: Gitbook Action
uses: ZanderZhao/[email protected]
with:
token: ${{ secrets.PERSONAL_TOKEN }}
gitbook_epub: true
gitbook_epub_dir: "ebooks"
gitbook_epub_name: "Modern-CMake-zh_CN"
gitbook_pdf: true
gitbook_pdf_dir: "ebooks"
gitbook_pdf_name: "Modern-CMake-zh_CN"
gitbook_mobi: true
gitbook_mobi_dir: "ebooks"
gitbook_mobi_name: "Modern-CMake-zh_CN"