This commit is contained in:
2025-10-31 12:22:58 -05:00
parent e32740813f
commit e68f94deca

View File

@@ -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