diff --git a/.github/workflows/build-webui.yml b/.github/workflows/build-webui.yml deleted file mode 100644 index 737f3d8..0000000 --- a/.github/workflows/build-webui.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Build WebUI - -on: - push: - -jobs: - update: - name: Build Site - runs-on: ubuntu-latest - defaults: - run: - working-directory: webui - - steps: - - uses: actions/checkout@v3 - name: Checkout Repo - - - name: Use Node.js - uses: actions/setup-node@v3 - with: - node-version: "18.x" - - - run: yarn - name: Install Dependencies - - - run: yarn build - name: Build Site - - #- uses: actions/upload-artifact@v3 - # name: Upload Artifacts - # with: - # name: site - # path: public diff --git a/.github/workflows/go.yml b/.github/workflows/build.yml similarity index 98% rename from .github/workflows/go.yml rename to .github/workflows/build.yml index 178e3b5..7f73500 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Go +name: Build Veles on: push: