Skip to content

Commit

Permalink
Merge pull request #11 from Trevypants/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Trevypants authored May 20, 2024
2 parents e4fba3e + fef4d77 commit 96e26b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
shell: bash
environment: ${{ github.base_ref }}
runs-on: ubuntu-latest
permissions:
contents: write
pages: write

steps:
#----------------------------------------------
# ----------- check-out repo ------------
Expand Down Expand Up @@ -55,14 +59,6 @@ jobs:
run: |
poetry install --no-interaction
# -----------------------------------------------------
# ------------ configure git creds ------------
# -----------------------------------------------------
- name: Configure git credentials
run: |
git config --global user.name github-actions[bot]
git config --global user.email user.email 41898282+github-actions[bot]@users.noreply.github.com
#-----------------------------------------------------
# ------------ configure mkdocs cache ------------
#-----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ typer = "0.*"
pre-commit = "3.*"
ipykernel = "6.*"
commitizen = "3.*"
mkdocs-material = "^9.5.24"
mkdocs-material = "9.*"

[tool.poetry.group.test.dependencies]
pytest-asyncio = "0.*"
Expand Down

0 comments on commit 96e26b8

Please sign in to comment.