-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add project: markdown-docs is a GitHub Actions based on MkDocs #181
Comments
Hey, thanks for the suggestion! And sorry for the delay: just like you, I'm not sure in which category this should land 🤔 I suppose we could indeed add a "build wrappers / modifiers" category or something. A few of the items in "other" would fit there too. |
I dispatched the projects in the "Other" category to the rest of the categories in #188. I believe your project would fit in the "Site management" category, as other builders/wrappers are listed there. We can consider renaming the category to "Site building / management" to better represent that. |
Would you like to also receive a PR with a workflow that builds and publishes github pages? Edit: I mean adding a job after the gh release |
Project details:
ldeluigi/markdown-docs is my GitHub Action powered by mkdocs and mkdocs-material to allow straightforward usage and integration of mkdocs with GitHub Actions.
The rationale is zero-configuration-needed, you specify a folder as source of markdown files and another folder as destination, and it works just fine like that. Optionally someone can use the same action with some customization.
The action also implies support of some markdown extensions (see readme), and is also published as a Docker image on Docker Hub so that it can be used in other CI providers.
Additional context:
This action can be used in a minimal workflow even in this project, thus solving issue #174 with zero/minimal configuration:
See the usage example: https://github.com/marketplace/actions/markdown-docs#usage
Example:
The text was updated successfully, but these errors were encountered: