This commit is contained in:
parent
0d870a0a14
commit
0788c25676
1 changed files with 3 additions and 2 deletions
|
@ -13,12 +13,13 @@ jobs:
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
github-server-url: 'https://teasanctuary.ru/git'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i --include=dev
|
run: npm i --include=dev
|
||||||
|
|
||||||
|
- name: Populate the .env file
|
||||||
|
run: echo PUBLIC_TS_DISCORD=${{ env.PUBLIC_TS_DISCORD }} >> .env
|
||||||
|
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue