mirror of
https://github.com/sd-webui/stable-diffusion-webui.git
synced 2024-12-14 06:35:14 +03:00
Revert "Merge branch 'master' into dev"
This reverts commit73e513ae5a
, reversing changes made tobb8850b9dd
.
This commit is contained in:
parent
73e513ae5a
commit
f3d5068951
11
.github/sync.yml
vendored
11
.github/sync.yml
vendored
@ -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: .
|
16
.github/workflows/sync.yml
vendored
16
.github/workflows/sync.yml
vendored
@ -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 }}
|
Loading…
Reference in New Issue
Block a user