Skip to content

Commit

Permalink
feat: Text Generation WebUI build blank (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
marchuk-vlad authored Sep 24, 2024
1 parent 87b444f commit da7e297
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/text-generation-webui-build.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit da7e297

Please sign in to comment.