Skip to content

Commit

Permalink
Once more with feeling
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Nov 30, 2024
1 parent ac4fa16 commit 3a2488a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,23 +58,16 @@ jobs:
cache-dependency-path: mkdocs-reqs.txt

- name: Ensure mkdocs is available
#run: make ensure-mkdocs
#env:
# FLAGS: --upgrade-pip
run: |
pip install -r mkdocs-reqs.txt
pip freeze
- name: Set mkdocs remote
#run: make set-mkdocs-remote
#env:
# MKDOCS_REMOTE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git remote rm origin
git remote add origin "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/urfave/cli.git"
- name: Deploy via mkdocs
#run: make deploy-mkdocs
run: |
which mkdocs
mkdocs gh-deploy --force

0 comments on commit 3a2488a

Please sign in to comment.