Should not have used rsync.
All checks were successful
Compile Project / Compile (push) Successful in 4s
All checks were successful
Compile Project / Compile (push) Successful in 4s
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Copy source
|
||||
run: |
|
||||
mkdir -p /srv/builds/${{ github.event.repository.name }}
|
||||
rsync -a --exclude=spec.db . /srv/builds/${{ github.event.repository.name }}/
|
||||
cp -r . /srv/builds/${{ github.event.repository.name }}/
|
||||
- name: Compile Website
|
||||
run: spec compile --all
|
||||
working-directory: /srv/builds/${{ github.event.repository.name }}
|
||||
Reference in New Issue
Block a user