[...[]]
This commit is contained in:
@@ -35,23 +35,17 @@ env:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
build:
|
- name: Checkout
|
||||||
runs-on: self-hosted
|
uses: actions/checkout@v4
|
||||||
container:
|
with:
|
||||||
image: node:latest
|
github-server-url: $GITHUB_SERVER_URL
|
||||||
|
repository: $REPOSITORY
|
||||||
|
ref: $BRANCH
|
||||||
|
|
||||||
steps:
|
- name: Install Dependencies
|
||||||
- name: Checkout
|
run: |
|
||||||
uses: actions/checkout@v4
|
cd Rooted/Rooted.Web && npm install
|
||||||
with:
|
|
||||||
github-server-url: $GITHUB_SERVER_URL
|
|
||||||
repository: $REPOSITORY
|
|
||||||
ref: $BRANCH
|
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd Rooted/Rooted.Web && npm install
|
cd Rooted/Rooted.Web && npm run build
|
||||||
|
|
||||||
- name: Build
|
|
||||||
run: |
|
|
||||||
cd Rooted/Rooted.Web && npm run build
|
|
||||||
|
|||||||
Reference in New Issue
Block a user