test gitea actions
This commit is contained in:
parent
f1cb2b7f66
commit
518d8ade8d
@ -22,6 +22,12 @@ jobs:
|
||||
- run: |
|
||||
git fetch --force --tags
|
||||
|
||||
# setup node 18
|
||||
- name: setup node 18
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
- name: build docs
|
||||
env:
|
||||
FORCE_COLOR: "true"
|
||||
@ -42,7 +48,7 @@ jobs:
|
||||
run: |
|
||||
cd docs
|
||||
|
||||
echo rsync -rlcgD --perms -i -u -v --stats --progress \
|
||||
rsync -rlcgD --perms -i -u -v --stats --progress \
|
||||
--delete \
|
||||
-e "sshpass -p ${RSYNC_PASS} ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p ${RSYNC_PORT}" \
|
||||
_docpress/ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user