Skip to content

Commit

Permalink
Correct bug in .github docs.yaml
Browse files Browse the repository at this point in the history
RTD sample link was not posted in updated PR.
Add missing curly brackets to line.

Refs #619
  • Loading branch information
KateFriedman-NOAA committed Mar 11, 2024
1 parent 6df3b2c commit b496be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if-no-files-found: ignore

- name: Comment ReadDocs Link in PR
if: github.event_name == 'pull_request'
if: ${{ github.event_name == 'pull_request' }}
uses: actions/github-script@v6
with:
script: |
Expand Down

0 comments on commit b496be2

Please sign in to comment.