Skip to content

Commit

Permalink
fix: remove conditional deploy
Browse files Browse the repository at this point in the history
asonolet committed Dec 13, 2024
1 parent 8a06a1b commit 7c9bd30
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ jobs:
cd doc && make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install uv
uv sync
- name: Lint with ruff

0 comments on commit 7c9bd30

Please sign in to comment.