Compare commits
2 commits
05aebc55ae
...
4d92b84ad1
Author | SHA1 | Date | |
---|---|---|---|
4d92b84ad1 | |||
19a87241ee |
1 changed files with 2 additions and 6 deletions
|
@ -1,10 +1,6 @@
|
||||||
name: Build and Deploy Website
|
name: Build and Deploy Website
|
||||||
|
|
||||||
on:
|
on: [push]
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- develop
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -13,7 +9,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: node:lts
|
image: node:lts
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Build English Version
|
- name: Build English Version
|
||||||
|
|
Loading…
Reference in a new issue