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 30fc2b0 commit 1f6c3f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
- uses: pre-commit/[email protected]
test-unit:
name: Test Unit Python ${{ matrix.python-version }}
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/mike.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ on:
tags-ignore:
- "*beta*"
- "*next*"
pull_request:
branches:
- "develop"
jobs:
mike:
runs-on: ubuntu-latest
Expand All @@ -41,8 +44,8 @@ jobs:

- name: Upload Docs
run: |
sudo apt update
sudo apt install gnome-keyring
# sudo apt update
# sudo apt install gnome-keyring
BRANCH=$(echo $GITHUB_REF | cut -d / -f 3)
echo $BRANCH
pip3 install poetry=="1.5.1"
Expand Down

0 comments on commit 1f6c3f4

Please sign in to comment.