Update .forgejo/workflows/deploy.yaml
This commit is contained in:
parent
8f3dc5b90a
commit
e8c1898646
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue