Skip to content

Commit 3a2488a

Browse files
committed
Once more with feeling
1 parent ac4fa16 commit 3a2488a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/publish-docs.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,23 +58,16 @@ jobs:
5858
cache-dependency-path: mkdocs-reqs.txt
5959

6060
- name: Ensure mkdocs is available
61-
#run: make ensure-mkdocs
62-
#env:
63-
# FLAGS: --upgrade-pip
6461
run: |
6562
pip install -r mkdocs-reqs.txt
6663
pip freeze
6764
6865
- name: Set mkdocs remote
69-
#run: make set-mkdocs-remote
70-
#env:
71-
# MKDOCS_REMOTE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7266
run: |
7367
git remote rm origin
7468
git remote add origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/urfave/cli.git"
7569
7670
- name: Deploy via mkdocs
77-
#run: make deploy-mkdocs
7871
run: |
7972
which mkdocs
8073
mkdocs gh-deploy --force

0 commit comments

Comments
 (0)