Skip to content

Commit

Permalink
gihub-action-sphinx: removed faulty caching of poetry itself
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jun 26, 2024
1 parent 9393a8d commit b56794f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/sphinx_autodoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ jobs:
uses: actions/checkout@main
- name: Setup Python
uses: actions/setup-python@v5
- name: Load cached Poetry installation
uses: actions/cache@v4
with:
path: ~/.local
key: poetry-0
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand All @@ -41,7 +36,6 @@ jobs:
touch docs/_build/html/.nojekyll
git add -f docs/_build/
git commit -m "Update autodoc" -a
# using https://github.com/marketplace/actions/push-git-subdirectory-as-branch
- name: Deploy
uses: s0/git-publish-subdir-action@develop
env:
Expand Down

0 comments on commit b56794f

Please sign in to comment.