Skip to content

Commit 40cf744

Browse files
committed
chore: deprecate repository and disable workflow run
1 parent 0c3488d commit 40cf744

File tree

2 files changed

+33
-27
lines changed

2 files changed

+33
-27
lines changed

.github/workflows/deploy.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
1-
name: Build and Deploy
2-
on:
3-
push:
4-
branches:
5-
- master
6-
schedule:
7-
- cron: '30 10 * * 0'
8-
permissions:
9-
contents: read
10-
jobs:
11-
build-and-deploy:
12-
runs-on: ubuntu-latest
13-
permissions:
14-
contents: write
15-
steps:
16-
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
17-
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
18-
with:
19-
node-version: '16'
20-
- name: Install Dependencies
21-
run: npm ci
22-
- name: Build Registry
23-
run: node index.js
24-
- name: Deploy Registry
25-
uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6 # v4
26-
with:
27-
folder: build
1+
# name: Build and Deploy
2+
# on:
3+
# push:
4+
# branches:
5+
# - master
6+
# schedule:
7+
# - cron: '30 10 * * 0'
8+
# permissions:
9+
# contents: read
10+
# jobs:
11+
# build-and-deploy:
12+
# runs-on: ubuntu-latest
13+
# permissions:
14+
# contents: write
15+
# steps:
16+
# - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
17+
# - uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
18+
# with:
19+
# node-version: '16'
20+
# - name: Install Dependencies
21+
# run: npm ci
22+
# - name: Build Registry
23+
# run: node index.js
24+
# - name: Deploy Registry
25+
# uses: JamesIves/github-pages-deploy-action@ba1486788b0490a235422264426c45848eac35c6 # v4
26+
# with:
27+
# folder: build

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
# owlplug-studiorack-registry
2+
3+
**Deprecated**
4+
5+
[Studiorack registry](https://github.com/studiorack/studiorack-registry) has been deprecated in favor of [Open Audio Stack registry](https://github.com/open-audio-stack/open-audio-stack-registry).
6+
7+
OwlPlug is implemeting OAS registry spec and this repository is no longer required and maintained.

0 commit comments

Comments
 (0)