mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Debug github actions deploy failure
This commit is contained in:
7
.github/workflows/build-site.yml
vendored
7
.github/workflows/build-site.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user