adds debug into to the workflow
Some checks failed
build-and-deploy / build (push) Has been cancelled
Some checks failed
build-and-deploy / build (push) Has been cancelled
This commit is contained in:
@ -7,10 +7,19 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: runner.medlab.host
|
runs-on: 'linux_amd64' # Try using standard labels instead of hostname
|
||||||
container:
|
container:
|
||||||
image: klakegg/hugo:ext-ubuntu-latest
|
image: klakegg/hugo:ext-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug Runner Info
|
||||||
|
run: |
|
||||||
|
echo "Runner environment:"
|
||||||
|
env
|
||||||
|
echo "Current directory:"
|
||||||
|
pwd
|
||||||
|
echo "Docker info:"
|
||||||
|
docker info || echo "Docker not available"
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user