Skip to content

Commit

Permalink
Really remove poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoomlmly authored Apr 26, 2024
1 parent 032d82a commit 91a3725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install Dependencies
run: pip install -r requirements.txt
- name: Build with MkDocs
run: poetry run mkdocs build -d ./_site
run: mkdocs build -d ./_site
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 91a3725

Please sign in to comment.