[CI] Try to fix doc CI (#58)

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .

* .
This commit is contained in:
Wei Fu 2025-05-29 12:45:10 +08:00 committed by GitHub
parent b3375607c6
commit 0815bb6494
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@ name: Deploy Jupyter Book to GitHub Pages
on:
push:
branches: [ main ] # Change to your default branch if different
pull_request:
branches: [ main ]
# Allow one concurrent deployment
concurrency:
@ -59,8 +57,6 @@ jobs:
# Deployment job
deploy:
# Only deploy on push to main, not on PRs
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}