From 3a84fa138c11a631d788b20209b6774e55cfceda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Schr=C3=B6dter?= Date: Tue, 7 Nov 2023 14:15:58 +0100 Subject: [PATCH] Test message --- .github/workflows/hugo.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 29694e1..54411a3 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -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