Compare commits

..

2 commits

Author SHA1 Message Date
84e67be4af Merge remote-tracking branch 'origin/develop' into develop
Some checks failed
Build and Deploy Website / Build and Deploy Website (push) Failing after 4s
2023-12-06 02:03:08 +01:00
d53d67182b added workflow initially 2023-12-06 02:03:02 +01:00
2 changed files with 21 additions and 0 deletions

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