Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Test Version - next.asandikci.com / build (push) Failing after 2m10s
Some checks failed
Build and Test Version - next.asandikci.com / build (push) Failing after 2m10s
This commit is contained in:
parent
3d7143e248
commit
75d8a58d5a
1 changed files with 5 additions and 3 deletions
8
.github/workflows/pages-deploy.yml
vendored
8
.github/workflows/pages-deploy.yml
vendored
|
@ -29,9 +29,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
# echo "Europe/Istanbul" | tee /etc/timezone
|
# echo "Europe/Istanbul" | tee /etc/timezone
|
||||||
# dpkg-reconfigure --frontend noninteractive tzdata
|
# dpkg-reconfigure --frontend noninteractive tzdata
|
||||||
apt update -y
|
apt-get update -y
|
||||||
apt upgrade -y
|
apt-get upgrade -y
|
||||||
apt install git sshpass ruby jekyll ruby-html-proofer -y
|
apt-get 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]
|
||||||
|
@ -54,6 +54,7 @@ jobs:
|
||||||
git clone https://git.asandikci.com/asandikci.com/web
|
git clone https://git.asandikci.com/asandikci.com/web
|
||||||
cd web
|
cd web
|
||||||
ls -la
|
ls -la
|
||||||
|
pwd
|
||||||
|
|
||||||
# uses: actions/checkout@v4
|
# uses: actions/checkout@v4
|
||||||
# with:
|
# with:
|
||||||
|
@ -66,6 +67,7 @@ jobs:
|
||||||
- name: Build Site
|
- name: Build Site
|
||||||
run: |
|
run: |
|
||||||
ruby -v
|
ruby -v
|
||||||
|
pwd
|
||||||
bundle install
|
bundle install
|
||||||
bundle exec jekyll b
|
bundle exec jekyll b
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue