From 75d8a58d5aef7675117066ac03ce61d7870da2c2 Mon Sep 17 00:00:00 2001 From: asandikci Date: Wed, 13 Nov 2024 21:30:48 +0300 Subject: [PATCH] Update .github/workflows/pages-deploy.yml --- .github/workflows/pages-deploy.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index b05707f..b7bb235 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -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: