Skip to content

Commit

Permalink
Cleanup docs ci prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Mar 9, 2024
1 parent dbea211 commit e8b2859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
name: Deploy Docs version
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.action != 'closed'
needs: [markdownlint, markdown-link-check, markdown-link-redirection-check, docs-build]
needs: [docs-build]
permissions:
contents: write
steps:
Expand Down

0 comments on commit e8b2859

Please sign in to comment.