Skip to content

Commit

Permalink
ci/cd:
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jun 5, 2024
1 parent 90fd128 commit faada8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.11.8"
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python - -y
poetry source add pypi
- name: build docs
run: |
poetry install
poetry install --with docs
python3 docs/build.py
- name: Deploy docs
Expand Down
12 changes: 6 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit faada8d

Please sign in to comment.