Skip to content

Commit

Permalink
Remove Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoomlmly authored Apr 26, 2024
1 parent e82f96d commit 032d82a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/mkdocs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,14 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Install Poetry
run: pipx install poetry
- name: Setup Python
uses: actions/setup-python@v5.1.0
with:
python-version: 3.12
cache: poetry
python-version: ^3.7
- name: Install Dependencies
run: |
poetry config virtualenvs.in-project true
poetry install -v
run: pip install -r requirements.txt
- name: Build with MkDocs
run: mkdocs build -d ./_site
run: poetry run mkdocs build -d ./_site
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 032d82a

Please sign in to comment.