From aaacb239223702402fd70fd92a8e69ddaf610aa0 Mon Sep 17 00:00:00 2001 From: asandikci Date: Mon, 11 Nov 2024 23:07:14 +0300 Subject: [PATCH] Update .github/workflows/pages-deploy.yml --- .github/workflows/pages-deploy.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 25a3cd2..342a105 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -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