Publishing with a custom GitHub Actions workflow #6686
-
Has anybody already published a mkdocs-material site using a custom GitHub Actions workflow? I am looking for a yaml GH Actions script which uses the GitHub Actions as a source for publishing instead of the standard "deploy from a branch". There are some pointers here but I can't seem to make it work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @terual, mkdocs-material/.github/workflows/documentation.yml Lines 92 to 112 in b6b5313 So you should be able to use it as reference 🤔 |
Beta Was this translation helpful? Give feedback.
Hello @terual,
from the page with the pointers I see that the upload-pages-artifacts and deploy-pages actions are used.
The same is used in the workflow for this project's documentation:
mkdocs-material/.github/workflows/documentation.yml
Lines 92 to 112 in b6b5313