Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 0s
Some checks failed
Build and Deploy / build (push) Failing after 0s
This commit is contained in:
parent
1a1b06f8b6
commit
a80fa4eb04
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pages-deploy.yml
vendored
6
.github/workflows/pages-deploy.yml
vendored
|
@ -22,7 +22,8 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: https://git.asandikci.com/asandikci.com/web@main
|
||||||
steps:
|
steps:
|
||||||
# - name: Setup System Resources & Settings
|
# - name: Setup System Resources & Settings
|
||||||
# run: |
|
# run: |
|
||||||
|
@ -33,8 +34,7 @@ jobs:
|
||||||
# apt install sshpass ruby jekyll ruby-html-proofer -y
|
# apt install sshpass ruby jekyll ruby-html-proofer -y
|
||||||
|
|
||||||
|
|
||||||
# - name: Health Check [CI TEST]
|
- name: Health Check [CI TEST]
|
||||||
- uses: https://git.asandikci.com/asandikci.com/web@main
|
|
||||||
run: |
|
run: |
|
||||||
ls -la
|
ls -la
|
||||||
pwd
|
pwd
|
||||||
|
|
Loading…
Reference in a new issue