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: | run: |
apt update apt update
# For CI actions. # For CI actions.
apt install nodejs apt -y install nodejs
# For website build. # For website build.
pip install -r requirements.txt pip install -r requirements.txt
# For uploading. # For uploading.
apt install rsync openssh-client apt -y install rsync openssh-client
- uses: actions/checkout@v6 - uses: actions/checkout@v6
with: with: