update to exclude packet.py

This commit is contained in:
samfreund
2025-04-13 10:22:10 -05:00
parent 331f4f0218
commit d1761d07e9
3 changed files with 5 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs mkdocs-material mkdocstrings[python] mkdocs-gen-files mkdocs-literate-nav mkdocs-section-index
pip install mkdocs mkdocs-material mkdocstrings[python] mkdocs-gen-files mkdocs-literate-nav mkdocs-section-index mkdocs-exclude
- name: Build MkDocs site
run: mkdocs build
@@ -105,7 +105,7 @@ jobs:
pattern: docs-*
- run: find .
- name: Publish Docs To Development
if: github.ref == 'refs/heads/main'
# if: github.ref == 'refs/heads/main'
uses: up9cloud/action-rsync@v1.4
env:
HOST: ${{ secrets.WEBMASTER_SSH_HOST }}