ublue-os/Build mkdocs
Parametrized mkdocs building
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | github token | yes | — |
| site_url | Set `MKDOCS_SITE_URL` env var | yes | "" |
| working_dir | Parent directory that contains mkdocs.yml | — | ${{ github.workspace }}/docs |
| output_dir | Where we will output the resulting webpage | — | ${{ github.workspace }}/book |
| upload_github_page | Upload github-page | — | false |
| repo_url | URL of the repo | — | ${{ github.server_url }}/${{ github.repository }} |
Outputs
| name | description |
|---|---|
| artifact_id | Artifact id uploaded (is an empty string in case of `upload_github_page: false`) |