Skip to content

Commit

Permalink
Test message
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert committed Nov 7, 2023
1 parent aed1878 commit 3a84fa1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ jobs:
--minify \
--baseURL "${{ env.OUTPUT_URL }}"
- name: "check is PEDESTRIANDYNAMICS_PR_PREVIEW exists"
env:
super_secret: ${{ secrets.PEDESTRIANDYNAMICS_PR_PREVIEW }}
if: ${{ env.super_secret == '' }}
run:
echo "echo the secret \"PEDESTRIANDYNAMICS_PR_PREVIEW\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it"

- name: Deploy preview
if: github.event_name == 'pull_request'
uses: rossjrw/pr-preview-action@v1
Expand Down

0 comments on commit 3a84fa1

Please sign in to comment.