develop #206

Merged
samuel-p merged 13 commits from develop into main 2023-12-06 02:22:52 +00:00
2 changed files with 21 additions and 0 deletions
Showing only changes of commit d53d67182b - Show all commits

View file

@ -0,0 +1,21 @@
name: Build and Deploy Website
on:
push:
branches:
- main
- develop
jobs:
build:
name: Build and Deploy Website
runs-on: docker
container:
image: node:lts
steps:
- name: Install Dependencies
run: npm install
- name: Build English Version
run: npm run build
- name: Build German Version
run: npm run build:de