Skip to content

Commit

Permalink
Delete pyproject.toml in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianK13 authored Nov 2, 2023
1 parent 8450c6c commit 81d269f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ jobs:
with:
key: ${{ github.ref }}
path: .cache
- name: Delete pyproject.toml
run: |
if [ -f pyproject.toml ]; then
rm pyproject.toml
fi
- run: pip install --upgrade -e .["dev"]
- run: mkdocs gh-deploy --force

0 comments on commit 81d269f

Please sign in to comment.