mirror of
https://github.com/Sygil-Dev/sygil-webui.git
synced 2024-12-14 22:13:41 +03:00
sync workflow
This commit is contained in:
parent
03d058bb97
commit
994728b5a5
11
.github/sync.yml
vendored
Normal file
11
.github/sync.yml
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
sd-webui/daisi:
|
||||||
|
- source: configs/
|
||||||
|
- source: data/
|
||||||
|
- source: frontend/
|
||||||
|
- source: ldm/
|
||||||
|
- source: models/
|
||||||
|
- source: outputs/
|
||||||
|
- source: optimizedSD/
|
||||||
|
- source: frontend/
|
||||||
|
- source: scripts/
|
||||||
|
dest: /
|
16
.github/workflows/sync.yml
vendored
Normal file
16
.github/workflows/sync.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Sync Files
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- dev
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
sync:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout Repository
|
||||||
|
uses: actions/checkout@master
|
||||||
|
- name: Run GitHub File Sync
|
||||||
|
uses: BetaHuhn/repo-file-sync-action@v1
|
||||||
|
with:
|
||||||
|
GH_PAT: ${{ secrets.GH_PAT }}
|
Loading…
Reference in New Issue
Block a user