From 30752f53b8c336b527d580be0fe3410ccd6c7fe4 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 2 Oct 2019 11:00:46 +0200 Subject: [PATCH] Debug github actions deploy failure --- .github/workflows/build-site.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 5fbdba00..615cf5c6 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -66,6 +66,13 @@ jobs: - run: bin/misspell -error blog/content name: "Check for common typos" + __debug: + runs-on: ubuntu-latest + needs: [build_site, check_spelling] + + steps: + - run: echo ${{ github.ref }} + deploy_site: name: "Deploy Generated Site" runs-on: ubuntu-latest