fix: use checkout@v3 (Node 16 compatible with CentOS 7 GLIBC 2.17)
Deploy Wiki to Production / deploy (push) Failing after 1m31s
Deploy Wiki to Production / deploy (push) Failing after 1m31s
This commit is contained in:
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user