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:
|
||||
push:
|
||||
branches:
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
# dpkg-reconfigure --frontend noninteractive tzdata
|
||||
apt update -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)
|
||||
|
||||
- name: Health Check [CI TEST]
|
||||
|
@ -50,13 +50,18 @@ jobs:
|
|||
!
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
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)
|
||||
run: |
|
||||
git clone https://git.asandikci.com/asandikci.com/web
|
||||
cd web
|
||||
ls -la
|
||||
|
||||
# uses: actions/checkout@v4
|
||||
# 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
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue