Compare commits
6 commits
9ab5f9ca83
...
f2eaf65576
Author | SHA1 | Date | |
---|---|---|---|
f2eaf65576 | |||
77e1ddafd8 | |||
df5fd4f21c | |||
f003ee27d2 | |||
ace1ac5fd8 | |||
164fe16b23 |
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@ jobs:
|
|||
container:
|
||||
image: node:lts
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- 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
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: dist/
|
||||
|
|
Loading…
Reference in a new issue