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
ed410399da
commit
aaacb23922
1 changed files with 9 additions and 9 deletions
18
.github/workflows/pages-deploy.yml
vendored
18
.github/workflows/pages-deploy.yml
vendored
|
@ -22,20 +22,19 @@ concurrency:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: https://git.asandikci.com/asandikci.com/web/raw/branch/main/Dockerfile
|
||||
|
||||
steps:
|
||||
- name: Setup System Resources & Settings
|
||||
run: |
|
||||
# echo "Europe/Istanbul" | tee /etc/timezone
|
||||
# dpkg-reconfigure --frontend noninteractive tzdata
|
||||
apt update -y
|
||||
apt upgrade -y
|
||||
apt install sshpass ruby jekyll ruby-html-proofer -y
|
||||
# - name: Setup System Resources & Settings
|
||||
# run: |
|
||||
# # echo "Europe/Istanbul" | tee /etc/timezone
|
||||
# # dpkg-reconfigure --frontend noninteractive tzdata
|
||||
# apt update -y
|
||||
# apt upgrade -y
|
||||
# apt install sshpass ruby jekyll ruby-html-proofer -y
|
||||
|
||||
|
||||
- name: Health Check [CI TEST]
|
||||
uses: https://git.asandikci.com/asandikci.com/web@main
|
||||
run: |
|
||||
ls -la
|
||||
pwd
|
||||
|
@ -60,6 +59,7 @@ jobs:
|
|||
# (See: https://github.com/cotes2020/chirpy-starter/tree/main/assets)
|
||||
|
||||
- name: Build Site
|
||||
uses: https://git.asandikci.com/asandikci.com/web@main
|
||||
run: |
|
||||
ruby -v
|
||||
bundle install
|
||||
|
|
Loading…
Reference in a new issue