Compare commits
No commits in common. "84e67be4af0f040930c2d828298c9733327904da" and "fa6bb16e466d74eb4efd65deaabf9a17ce9f8b89" have entirely different histories.
84e67be4af
...
fa6bb16e46
2 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
||||||
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
|
|
Loading…
Reference in a new issue