0
0
Fork 0

Update .forgejo/workflows/deploy.yaml

This commit is contained in:
derchris 2026-04-05 13:11:15 +00:00
commit e8c1898646

View file

@ -26,11 +26,11 @@ jobs:
run: |
apt update
# For CI actions.
apt install nodejs
apt -y install nodejs
# For website build.
pip install -r requirements.txt
# For uploading.
apt install rsync openssh-client
apt -y install rsync openssh-client
- uses: actions/checkout@v6
with: