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: |
|
||||
# echo "Europe/Istanbul" | tee /etc/timezone
|
||||
# dpkg-reconfigure --frontend noninteractive tzdata
|
||||
apt update -y
|
||||
apt upgrade -y
|
||||
apt install git sshpass ruby jekyll ruby-html-proofer -y
|
||||
apt-get update -y
|
||||
apt-get upgrade -y
|
||||
apt-get 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]
|
||||
|
@ -54,6 +54,7 @@ jobs:
|
|||
git clone https://git.asandikci.com/asandikci.com/web
|
||||
cd web
|
||||
ls -la
|
||||
pwd
|
||||
|
||||
# uses: actions/checkout@v4
|
||||
# with:
|
||||
|
@ -66,6 +67,7 @@ jobs:
|
|||
- name: Build Site
|
||||
run: |
|
||||
ruby -v
|
||||
pwd
|
||||
bundle install
|
||||
bundle exec jekyll b
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue