mirror of
https://github.com/kou029w/_.git
synced 2025-02-02 15:18:37 +00:00
Compare commits
3 commits
450d5259a2
...
49cb3be0f9
Author | SHA1 | Date | |
---|---|---|---|
|
49cb3be0f9 | ||
e9b42a86e4 | |||
|
c90d17158d |
3 changed files with 169 additions and 4722 deletions
26
.github/workflows/_studio.yml
vendored
Normal file
26
.github/workflows/_studio.yml
vendored
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
name: Astro Studio
|
||||||
|
|
||||||
|
env:
|
||||||
|
ASTRO_STUDIO_APP_TOKEN: ${{secrets.ASTRO_STUDIO_APP_TOKEN }}
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
pull_request:
|
||||||
|
types: [opened, reopened, synchronize]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
DB:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
actions: read
|
||||||
|
pull-requests: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 20
|
||||||
|
- uses: jaid/action-npm-install@v1.2.1
|
||||||
|
- uses: withastro/action-studio@main
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "^9.5.1",
|
"next": "^13.5.0",
|
||||||
"react": "^16.13.1",
|
"react": "^16.13.1",
|
||||||
"react-dom": "^16.13.1",
|
"react-dom": "^16.13.1",
|
||||||
"vad.js": "kdavis-mozilla/vad.js"
|
"vad.js": "kdavis-mozilla/vad.js"
|
||||||
|
|
4863
vad/yarn.lock
4863
vad/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue