diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 5da64d1..32488e9 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -26,11 +26,11 @@ jobs: steps: - name: Setup System Resources & Settings run: | - echo "Europe/Istanbul" | tee /etc/timezone - dpkg-reconfigure --frontend noninteractive tzdata + # echo "Europe/Istanbul" | tee /etc/timezone + # dpkg-reconfigure --frontend noninteractive tzdata apt update -y apt upgrade -y - apt install sshpass ruby jekyll -y + apt install sshpass ruby jekyll ruby-html-proofer -y - name: Health Check [CI TEST]