Skip to content

Commit

Permalink
added if statement to not trigger the action
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Sep 2, 2024
1 parent 6805ba2 commit c148c01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:

jobs:
build-docs:
# TODO: remove once GHA-migration migration is complete or this workflow is fully stable
if: false
uses: ./.github/workflows/docs.yml
secrets: inherit

Expand Down

0 comments on commit c148c01

Please sign in to comment.