WIP: update to next.js #37

Draft
Sahamone wants to merge 50 commits from major-update into dev
Showing only changes of commit 312ce16381 - Show all commits

View File

@ -1,9 +1,18 @@
name: Build name: Build
run-name: CI/CD website run-name: CI/CD website
on: [push] on:
push:
branches:
- main
- dev
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
- dev
jobs: jobs:
Explore-Gitea-Actions: build-check:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code