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:
|
||||
build:
|
||||
runs-on: docker
|
||||
|
||||
container:
|
||||
image: https://git.asandikci.com/asandikci.com/web@main
|
||||
steps:
|
||||
# - name: Setup System Resources & Settings
|
||||
# run: |
|
||||
|
@ -33,8 +34,7 @@ jobs:
|
|||
# apt install sshpass ruby jekyll ruby-html-proofer -y
|
||||
|
||||
|
||||
# - name: Health Check [CI TEST]
|
||||
- uses: https://git.asandikci.com/asandikci.com/web@main
|
||||
- name: Health Check [CI TEST]
|
||||
run: |
|
||||
ls -la
|
||||
pwd
|
||||
|
|
Loading…
Reference in a new issue