Skip to content

Commit

Permalink
Remove unnecessary job prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Aug 29, 2023
1 parent f91d904 commit 1c05076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'docs/**'

jobs:
docs_build:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -24,8 +24,8 @@ jobs:
with:
name: book
path: book
docs_deploy:
needs: docs_build
deploy:
needs: build
runs-on: ubuntu-latest
if: ${{github.event_name=='push' && github.ref=='refs/heads/main'}}
steps:
Expand Down

0 comments on commit 1c05076

Please sign in to comment.