Debug github actions deploy failure

This commit is contained in:
Philipp Oppermann
2019-10-02 11:00:46 +02:00
parent 76f00c3a08
commit 30752f53b8

View File

@@ -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