Update README.md #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Gitbook Action Build' | |
on: | |
push: | |
branches: | |
- master # trigger branch | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout action | |
uses: actions/checkout@v2 | |
- name: Gitbook Action # https://github.com/ZanderZhao/gitbook-action/releases | |
uses: ZanderZhao/gitbook-action@v1.2.4 # -> or ZanderZhao/gitbook-action@master. If not use master click above, use latest please | |
with: # or fork this repo and use YourName/gitbook-action@master | |
token: ${{ secrets.PERSONAL_TOKEN }} # -> remember add this in settings/secrets as following | |
gitbook_pdf: true | |
gitbook_pdf_name: Roppers Academy Security Fundamentals |