Skip to content

Commit

Permalink
fix(docs): Remove unsupported --rebase option
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Mar 6, 2024
1 parent 7abfe4c commit a919953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
git config --global user.email "$(git --no-pager log --format=format:'%ae' -n 1)"
git fetch origin gh-pages:gh-pages
- run: echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- run: pdm run mike deploy --push --rebase ${TAG:-latest}
- run: pdm run mike deploy --push ${TAG:-latest}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- uses: actions/checkout@v4
- uses: pdm-project/setup-pdm@v4
with:
python-version: "3.11"
python-version: "3.12"
- run: pdm install --dev --no-self --no-default
- run: pdm run black --check .

0 comments on commit a919953

Please sign in to comment.