Update .forgejo/workflows/deploy.yml
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m58s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m58s
This commit is contained in:
parent
ba06b79ef1
commit
9894c6c810
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ jobs:
|
||||||
build-and-deploy:
|
build-and-deploy:
|
||||||
if: github.repository == 'profectus/profectus-docs'
|
if: github.repository == 'profectus/profectus-docs'
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: node:21-bullseye
|
||||||
steps:
|
steps:
|
||||||
- name: Setup RSync
|
- name: Setup RSync
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue