-
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.
-
Notifications
You must be signed in to change notification settings - Fork 1
monstar-lab-oss/honkit-ghpages-action
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
GitHub Action for build gitbook documents by honkit and publish to GitHub Pages
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published