Skip to content

Commit

Permalink
chore: update mike workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz committed Oct 14, 2024
1 parent 91bfee9 commit 507806f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mike.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,14 @@ jobs:
- uses: oleksiyrudenko/[email protected]
with:
token: "${{ secrets.PAT_CLATOOL }}"

- name: Upload Docs
run: |
sudo apt update
sudo apt install gnome-keyring
BRANCH=$(echo $GITHUB_REF | cut -d / -f 3)
echo $BRANCH
pip3 install poetry=="1.5.1"
pip3 install poetry=="1.5.1" --break-system-packages
poetry install
poetry run pip install 'setuptools==65.6.3'
poetry run mike deploy -p $BRANCH

0 comments on commit 507806f

Please sign in to comment.