Skip to content

Commit

Permalink
no preview
Browse files Browse the repository at this point in the history
  • Loading branch information
thejaminator committed Jan 20, 2025
1 parent 0afd998 commit 71037eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 52 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v4
with:
python-version: 3.x
Expand All @@ -27,5 +23,5 @@ jobs:
mkdocs-material-
- run: pip install poetry
- run: poetry install -E doc
- run: pip install mkdocs-material mkdocs
- run: pip install mkdocs-material mkdocs mkdocstrings[python]
- run: poetry run mkdocs gh-deploy --force
47 changes: 0 additions & 47 deletions .github/workflows/preview.yml

This file was deleted.

0 comments on commit 71037eb

Please sign in to comment.