mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 07:17: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
|
- run: bin/misspell -error blog/content
|
||||||
name: "Check for common typos"
|
name: "Check for common typos"
|
||||||
|
|
||||||
|
__debug:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: [build_site, check_spelling]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- run: echo ${{ github.ref }}
|
||||||
|
|
||||||
deploy_site:
|
deploy_site:
|
||||||
name: "Deploy Generated Site"
|
name: "Deploy Generated Site"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user