Skip to content

Commit

Permalink
Update doc-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzyu45 committed Jul 31, 2024
1 parent 3624495 commit a07b37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build_and_deploy_job:
if: github.repository == 'smallbunnies/Solverz' &&(github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed'))
runs-on: ubuntu-latest)
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a07b37d

Please sign in to comment.