Revert "Merge branch 'master' into dev"

This reverts commit 73e513ae5a, reversing
changes made to bb8850b9dd.
This commit is contained in:
hlky 2022-10-02 19:42:07 +01:00
parent 73e513ae5a
commit f3d5068951
No known key found for this signature in database
GPG Key ID: 55A99F1E80D907D5
2 changed files with 0 additions and 27 deletions

11
.github/sync.yml vendored
View File

@ -1,11 +0,0 @@
sd-webui/daisi:
- source: configs/
- source: data/
- source: frontend/
- source: ldm/
- source: models/
- source: outputs/
- source: optimizedSD/
- source: frontend/
- source: scripts/
dest: .

View File

@ -1,16 +0,0 @@
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_PAT2 }}