Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Test Version - next.asandikci.com / build (push) Failing after 2m14s
Some checks failed
Build and Test Version - next.asandikci.com / build (push) Failing after 2m14s
This commit is contained in:
parent
46c29e2d36
commit
3d7143e248
1 changed files with 14 additions and 9 deletions
23
.github/workflows/pages-deploy.yml
vendored
23
.github/workflows/pages-deploy.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: "Build and Deploy"
|
name: "Build and Test Version - next.asandikci.com"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -31,7 +31,7 @@ jobs:
|
||||||
# dpkg-reconfigure --frontend noninteractive tzdata
|
# dpkg-reconfigure --frontend noninteractive tzdata
|
||||||
apt update -y
|
apt update -y
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt install nodejs sshpass ruby jekyll ruby-html-proofer -y
|
apt install git sshpass ruby jekyll ruby-html-proofer -y
|
||||||
# no need to these after using own docker image! (see asandikci/DockerTests)
|
# no need to these after using own docker image! (see asandikci/DockerTests)
|
||||||
|
|
||||||
- name: Health Check [CI TEST]
|
- name: Health Check [CI TEST]
|
||||||
|
@ -50,13 +50,18 @@ jobs:
|
||||||
!
|
!
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
run: |
|
||||||
with:
|
git clone https://git.asandikci.com/asandikci.com/web
|
||||||
fetch-depth: 0
|
cd web
|
||||||
github-server-url: 'https://git.asandikci.com'
|
ls -la
|
||||||
# submodules: true
|
|
||||||
# If using the 'assets' git submodule from Chirpy Starter, uncomment above
|
# uses: actions/checkout@v4
|
||||||
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
|
# with:
|
||||||
|
# fetch-depth: 0
|
||||||
|
# github-server-url: 'https://git.asandikci.com'
|
||||||
|
# # submodules: true
|
||||||
|
# # If using the 'assets' git submodule from Chirpy Starter, uncomment above
|
||||||
|
# # (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
|
||||||
|
|
||||||
- name: Build Site
|
- name: Build Site
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue