Skip to content

Commit

Permalink
Added mkdocs-exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
russhustle committed Feb 22, 2025
1 parent 12c5acb commit bba9bee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: publish
on:
push:
branches:
- main
- main

permissions:
contents: write
Expand All @@ -14,11 +14,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v3
with:
python-version: 3.x
- run: pip install mkdocs mkdocs-material pymdown-extensions mkdocs-git-revision-date-localized-plugin
- run: mkdocs gh-deploy --force
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v3
with:
python-version: 3.x
- run: pip install mkdocs mkdocs-material pymdown-extensions mkdocs-git-revision-date-localized-plugin mkdocs-exclude
- run: mkdocs gh-deploy --force
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ matplotlib = "^3.9.2"
pyarrow = "^19.0.1"
fastparquet = "^2024.11.0"
networkx = "^3.3"

pre-commit = "^3.8.0"
black = "^24.8.0"
flake8 = "^7.1.1"
Expand Down

0 comments on commit bba9bee

Please sign in to comment.