Skip to content

Commit

Permalink
removed unneeded mkdocs branch from getting tracked for doc changes (g…
Browse files Browse the repository at this point in the history
  • Loading branch information
unmarshall authored Nov 11, 2024
1 parent 62a5829 commit 4d73d54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- master
- mkdocs
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -26,4 +25,4 @@ jobs:
pymdown-extensions \
mkdocs-glightbox \
mkdocs-pymdownx-material-extras
- run: mkdocs gh-deploy --force
- run: mkdocs gh-deploy --force

0 comments on commit 4d73d54

Please sign in to comment.