Skip to content

Commit

Permalink
Fix Deploy Docs workflow if placement
Browse files Browse the repository at this point in the history
  • Loading branch information
whme committed Jan 20, 2025
1 parent 79e163a commit 8089a2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- completed

jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
build:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -27,8 +27,8 @@ jobs:
retention-days: 1
path: target/doc/

if: ${{ github.event.workflow_run.conclusion == 'success' }}
deploy:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs: build
permissions:
id-token: write
Expand Down

0 comments on commit 8089a2a

Please sign in to comment.