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 195331a commit aef1316
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
poetry install --with docs
python3 docs/build.py
- name: Deploy docs
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/_build/html
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/_build/html
- name: Publish
run: |
poetry version ${{ github.event.inputs.version }}
Expand Down

0 comments on commit aef1316

Please sign in to comment.