actions-marketplace-validations/MkDocs Simple action
Generate a configuration free mkdocs site
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Feb 3, 2026
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/athackst_mkdocs-simple-plugin@e9b87741490f5c0ffa054bebfdde9911b5e49b18 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| publish_branch | Set a target branch for deployment. | no | gh-pages |
| repo_url | Set the repository url. | no | https://github.com/${{ github.repository }} |
| site_name | Set the site name. | no | ${{ github.repository }} |
| site_url | Set the site url. | no | https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }} |
| site_dir | Directory to build the site. | no | — |
| edit_uri | Set the edit uri | no | edit/main/ |
| theme | Set the theme | no | material |
| config | Configuration file | no | mkdocs.yml |
| version | Version to publish | no | — |
| default_version | Default version | no | — |
| push | Push to remote | no | true |
Outputs
| name | description |
|---|---|
| artifact | Compressed tar file of the site directory |