GitHub Action
honkit-build-page
v2
Latest version
This GitHub Action automates the process of building a Honkit documentation site from source code.
To use this GitHub Action, follow these steps:
- name: Build Pages
uses: FriesI23/honkit-build-page@v2
or
- name: Build Pages
uses: FriesI23/honkit-build-page@<version>
with:
nodejs-version: <overwrite node.js version>
output-sitedir: <custom output dir>
working-directory: <build path>
A specific usage example can be explored in .github/workflows/build-ghpage.yml.
Navigate to "<your-repo-page>
-> Settings
-> Pages
-> GitHub Pages
->
Build and deployment
", switch "source"
to "GitHub Actions".
Commit the workflow file to your repo and push it to GitHub.
Input | Description |
---|---|
nodejs-version | Node.js version required for building pages |
output-sitedir | Final directory where the book site is stored |
working-directory | The working directory for this action |
See Action file to view the complete params.
This Action was inspired by the need to simplify the process of building Honkit documentation sites.
This project is licensed under MIT License.