Skip to content

Commit

Permalink
ci/docs: minor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 8, 2023
1 parent b5c96e1 commit c6156b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
TOKENIZERS_PARALLELISM: false

jobs:
make-check:
docs-check:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:


deploy-docs:
needs: [make-check, make-html]
needs: [docs-check, make-html]
if: github.repository_owner == 'Lightning-AI' && github.event_name == 'push'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c6156b0

Please sign in to comment.