diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index a81f6da..60560bd 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -24,11 +24,14 @@ jobs: runs-on: docker steps: - - name: Setup SFTP & Ruby + - name: Setup System Resources & Settings run: | apt update -y apt upgrade -y apt install sshpass ruby jekyll -y + echo "Europe/Istanbul" | sudo tee /etc/timezone + sudo dpkg-reconfigure --frontend noninteractive tzdata + - name: Health Check [CI TEST] run: |