fix: use checkout@v3 (Node 16 compatible with CentOS 7 GLIBC 2.17)
Deploy Wiki to Production / deploy (push) Failing after 1m31s

This commit is contained in:
zdh
2026-06-04 15:45:13 +08:00
parent 00816f1c0d
commit 2ad02cd810
+2 -2
View File
@@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Deploy to server
- name: Deploy
run: |
rsync -avz \
--exclude='.git' \