Update .github/workflows/pages-deploy.yml
Some checks failed
Build and Deploy / build (push) Failing after 2m4s

This commit is contained in:
Aliberk Sandıkçı 2024-11-11 22:06:07 +03:00
parent 3e054ea47d
commit 22864c548c

View file

@ -28,7 +28,7 @@ jobs:
run: |
apt update -y
apt upgrade -y
apt install sftp sshpass ruby jekyll -y
apt install openssh-client openssh-server sshpass ruby jekyll -y
- name: Checkout
uses: actions/checkout@v4