Skip to content

Commit

Permalink
Testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert committed Nov 7, 2023
1 parent 3a84fa1 commit e11d249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
--minify \
--baseURL "${{ env.OUTPUT_URL }}"
- name: "check is PEDESTRIANDYNAMICS_PR_PREVIEW exists"
- name: "check is PR_PREVIEW exists"
env:
super_secret: ${{ secrets.PEDESTRIANDYNAMICS_PR_PREVIEW }}
super_secret: ${{ secrets.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"
echo "echo the secret \"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'
Expand Down

0 comments on commit e11d249

Please sign in to comment.