Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
fail_ci_if_error: true
use_oidc: true

playground:
website:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
Expand Down Expand Up @@ -140,16 +140,16 @@ jobs:
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5

- run: deno task wasm:build
working-directory: playground
working-directory: website
- run: deno fmt --check
working-directory: playground
working-directory: website
- run: deno lint
working-directory: playground
working-directory: website
- run: deno task test
working-directory: playground
working-directory: website
- run: deno check --unstable-tsgo .
working-directory: playground
working-directory: website
- run: deno task build
working-directory: playground
working-directory: website
env:
VITE_COMMIT_HASH: ${{ github.sha }}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Playground
name: Deploy Website

on:
workflow_run:
Expand Down Expand Up @@ -36,7 +36,6 @@ jobs:
github.com:443
api.github.com:443
release-assets.githubusercontent.com:443
*.ryu.app:443
index.crates.io:443
static.crates.io:443
static.rust-lang.org:443
Expand All @@ -51,16 +50,14 @@ jobs:
with:
target: wasm32-unknown-unknown
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
- name: Build playground
working-directory: playground
- name: Build website
working-directory: website
run: deno task build
env:
VITE_COMMIT_HASH: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_sha || github.sha }}
JS_SEMVER_OG_URL: ${{ secrets.JS_SEMVER_OG_URL }}
JS_SEMVER_OG_AUTH: ${{ secrets.JS_SEMVER_OG_AUTH }}
- uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
with:
path: playground/dist
path: website/dist

deploy:
runs-on: ubuntu-latest
Expand Down
52 changes: 0 additions & 52 deletions playground/plugins/og-image.ts

This file was deleted.

26 changes: 0 additions & 26 deletions playground/src/404.tsx

This file was deleted.

217 changes: 0 additions & 217 deletions playground/src/app.tsx

This file was deleted.

Loading