We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4fa16 commit 3a2488aCopy full SHA for 3a2488a
.github/workflows/publish-docs.yml
@@ -58,23 +58,16 @@ jobs:
58
cache-dependency-path: mkdocs-reqs.txt
59
60
- name: Ensure mkdocs is available
61
- #run: make ensure-mkdocs
62
- #env:
63
- # FLAGS: --upgrade-pip
64
run: |
65
pip install -r mkdocs-reqs.txt
66
pip freeze
67
68
- name: Set mkdocs remote
69
- #run: make set-mkdocs-remote
70
71
- # MKDOCS_REMOTE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72
73
git remote rm origin
74
git remote add origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/urfave/cli.git"
75
76
- name: Deploy via mkdocs
77
- #run: make deploy-mkdocs
78
79
which mkdocs
80
mkdocs gh-deploy --force
0 commit comments