Skip to content

Commit

Permalink
Merge pull request #5 from kpn/fix/docs-preview-action
Browse files Browse the repository at this point in the history
ci: github actions fixed
  • Loading branch information
marcosschroh authored Jan 7, 2025
2 parents b488f1a + e9a186d commit 922a6db
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bumpversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Bump version
on:
push:
branches:
- master
- main

jobs:
bump-version:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
poetry run mkdocs build
- name: Deploy preview
uses: rossjrw/pr-preview-action@v2
uses: rossjrw/pr-preview-action@v1
with:
source-dir: ./site/
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish documentation
on:
push:
branches:
- master
- main

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Tests

on:
push:
branches: ["master"]
branches: ["main"]
pull_request:
branches: ["*"]
workflow_dispatch:
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
./scripts/publish
./scripts/release

0 comments on commit 922a6db

Please sign in to comment.