Skip to content

Commit

Permalink
deploy version 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Nov 25, 2024
1 parent 7ad3a01 commit 15dbf2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Deploy 3.2 docs
name: Deploy 3.3 docs
on:
push:
branches:
- "v3.2"
- "v3.3"

permissions:
contents: write
Expand All @@ -13,14 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: "v3.2"
ref: "v3.3"
- uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.13
- run: |
pip install poetry
poetry install --no-root
git fetch origin gh-pages --depth=1
git config user.name ci-bot
git config user.email [email protected]
poetry run mike deploy -p 3.2 latest --update-aliases
poetry run mike deploy -p 3.3 latest --update-aliases

0 comments on commit 15dbf2b

Please sign in to comment.