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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- develop
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -13,7 +9,7 @@ jobs:
|
|||
container:
|
||||
image: node:lts
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
- name: Build English Version
|
||||
|
|
Loading…
Reference in a new issue