You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't suppose you ever figured this out, did you? I'm getting a similar issue, but I'm just trying to make it deploy when I commit anything at all to the markdown...
- name: Checkout main
uses: actions/checkout@v4
with:
token: ${{ secrets.PAT_TOKEN }} # Uses Personal Access Token (PAT) for checkout, needed to push Changes to Another Repository
Hello,
Is there a way to add remote configuration for
mkdocs gh-deploy
command in Github Action environment?I am holding the docs in a private repo, and I want the docs to be pushed to another remote repo that is publicly available.
The command
mkdocs gh-deploy
can specify the remote by--remote
option, I don't know how to use it in a Github Action environment.Any suggestions? I have tried to add remote as the following URL:
But this gives the following error
The text was updated successfully, but these errors were encountered: