Skip to content

Commit

Permalink
Try to fix trigger for docs preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ezmiller committed Feb 25, 2024
1 parent 98885ac commit b0fd7cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/prs_doc_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
- reopened
- synchronize
- closed
paths:
- ./docs

concurrency: prs-doc-preview-${{ github.ref }}

jobs:
deploy-preview:
deploy-docs-preview:
runs-on: ubuntu-latest
paths:
- ./docs

steps:
- name: Checkout
Expand Down

0 comments on commit b0fd7cb

Please sign in to comment.