Chore: add actions
/ build (push) Failing after 3m35s Details

This commit is contained in:
Dorian Zedler 2024-01-20 10:41:37 +01:00
parent 853a58dab4
commit 0f8ad8b92f
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18
- name: Build
run: |
npm i
npm run build
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
- name: Deploy
uses: https://itsblue.dev/actions/codeberg-pages-deploy@v1
if: github.ref == 'refs/heads/main'
with:
folder: ./build