Skip to content

Commit

Permalink
Test CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
fmind committed Feb 24, 2024
1 parent 4358645 commit ec0ae8c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/on-release-published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- run: pipx install poetry
- uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# with:
# python-version: 3.12
# cache: 'poetry'
- uses: actions/setup-python@v5
with:
python-version: 3.12
cache: 'poetry'
- run: poetry install --only docs
- run: poetry run inv docs
- uses: JamesIves/github-pages-deploy-action@v4
Expand All @@ -32,10 +32,10 @@ jobs:
steps:
- run: pipx install poetry
- uses: actions/checkout@v4
# - uses: actions/setup-python@v5
# with:
# python-version: 3.12
# cache: 'poetry'
- uses: actions/setup-python@v5
with:
python-version: 3.12
cache: 'poetry'
- run: poetry run inv packages
- uses: docker/login-action@v3
with:
Expand Down

0 comments on commit ec0ae8c

Please sign in to comment.