Add forgejo workflows support #53
1 changed files with 3 additions and 5 deletions
|
@ -8,12 +8,10 @@ jobs:
|
|||
build-and-deploy:
|
||||
if: github.repository != 'profectus-engine/Profectus' # Don't build placeholder mod on main repo
|
||||
runs-on: docker
|
||||
container: alpine:3.18
|
||||
steps:
|
||||
- name: Setup NodeJS
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
- name: Setup RSync
|
||||
uses: GuillaumeFalourd/setup-rsync@v1.1
|
||||
run: rsync --version
|
||||
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue