How to publish the site with Github Actions, with some of the default files overrided? #3316
Unanswered
jasonren0403
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently I am trying to add a comment system in my mkdocs-material document page, and making use of Github Actions to automate the whole deploy job.
In this page, the Github workflow file shows that at
jobs.deploy.run
the Action runs some scripts, it seems that I should add copying script betweenrun: pip install mkdocs-material
andrun: mkdocs gh-deploy --force
. Now I have no idea the directory I should specify. Any ideas? Or does Github Actions not support doing this?Beta Was this translation helpful? Give feedback.
All reactions