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: |
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue