Add forgejo workflows support #53

Merged
thepaperpilot merged 15 commits from thepaperpilot/Profectus:main into main 2024-02-11 19:43:38 +00:00
Showing only changes of commit 52b500c9d8 - Show all commits

View file

@ -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