updated workflow
All checks were successful
Build and Deploy Website / Build Website (push) Successful in 1m39s

This commit is contained in:
Samuel Philipp 2023-12-06 02:21:39 +01:00
parent 3e19d3bf97
commit 3af1791073

View file

@ -13,9 +13,14 @@ jobs:
container:
image: node:lts
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
- name: Build English Version
run: npm run build
- name: Build German Version
run: npm run build:de
- uses: actions/upload-artifact@v3
with:
name: website
path: dist/