mirror of
https://github.com/voxel-im/YinYang.git
synced 2024-11-21 15:33:09 +02:00
Compare commits
3 commits
ca74b3f6e6
...
78fec6478f
Author | SHA1 | Date | |
---|---|---|---|
78fec6478f | |||
5b95163f34 | |||
06cc553a2d |
3 changed files with 1 additions and 27 deletions
26
.github/workflows/_studio.yml
vendored
26
.github/workflows/_studio.yml
vendored
|
@ -1,26 +0,0 @@
|
|||
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
|
|
@ -1,4 +1,4 @@
|
|||
<title> </title>
|
||||
|
||||
<iframe id="innerFrame" name="innerFrame" sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads" frameborder="0" allowfullscreen="" src="https://reider71164.github.io/slope-game/" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
|
||||
<iframe id="innerFrame" name="innerFrame" sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads" frameborder="0" allowfullscreen="" src="https://pbiscul.github.io/Slope-Gameyes/" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
|
||||
</iframe>
|
||||
|
|
Loading…
Reference in a new issue