Answers for "github actions for gitbook"

0

github actions for gitbook

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
      uses: zanderzhao/[email protected]
      with:
        token: ${{ secrets.PERSONAL_TOKEN }}
Posted by: Guest on September-23-2020

Code answers related to "github actions for gitbook"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language