develop #206
1 changed files with 5 additions and 0 deletions
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue