From da7e29702d6375177933312d35697d4eca2a3537 Mon Sep 17 00:00:00 2001 From: Vladyslav Marchuk <134324829+marchuk-vlad@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:48:06 +0300 Subject: [PATCH] feat: Text Generation WebUI build blank (#51) --- .../workflows/text-generation-webui-build.yml | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/text-generation-webui-build.yml diff --git a/.github/workflows/text-generation-webui-build.yml b/.github/workflows/text-generation-webui-build.yml new file mode 100644 index 0000000..cbd2261 --- /dev/null +++ b/.github/workflows/text-generation-webui-build.yml @@ -0,0 +1,27 @@ +name: Build Text Generation WebUI Solution + +on: + workflow_dispatch: + inputs: + target: + description: 'Target' + required: true + default: '' + type: choice + options: + - develop + - stage + - testnet + +jobs: + build-text-genration-webui: + runs-on: ubuntu-latest + permissions: + contents: read + packages: write + repository-projects: read + + steps: + - name: Echo + run: | + echo 1