-
Write gitbook markdown documents and save them to a document GitHub repository.
-
Setup 2 secrets in Secrets of the repository.
-
Setup GitHub actions in the repository with this Actions.
name: Flow-CI-Honkit on: push: branches: - main # pls change trigger on each repos env: USER_EMAIL: ${{secrets.USER_EMAIL}} USER_NAME: ${{secrets.USER_NAME}} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: Build-Deploy: runs-on: ubuntu-latest steps: - name: Build and deploy uses: monstar-lab-oss/honkit-ghpages-action@main
-
Setup GitHub Pages of the repo.
-
Push the gitbook docs to the repo, it triggers this Actions and update GitHub pages.