aboutsummaryrefslogtreecommitdiffstats
path: root/.github/actions
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-03 01:38:53 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-03 01:38:53 -0700
commit4a2f82f06490b7fb277dc6c7558d10c34503a495 (patch)
treea206b7dd9777371d07ba1599cf3eff7f52df4d97 /.github/actions
parent0cc204ae751a69f20925d2791c930bbf45e4eeed (diff)
add basic daily answer encryption
Diffstat (limited to '.github/actions')
-rw-r--r--.github/actions/build/action.yml18
1 files changed, 0 insertions, 18 deletions
diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml
deleted file mode 100644
index e4e161f..0000000
--- a/.github/actions/build/action.yml
+++ /dev/null
@@ -1,18 +0,0 @@
-name: Build Website
-runs:
- using: "composite"
- steps:
- - name: Enable Corepack
- shell: bash
- run: corepack enable
- - name: Set Node.js
- uses: actions/setup-node@v4
- with:
- node-version: 20.x
- cache: 'yarn'
- - name: Install dependencies
- shell: bash
- run: yarn install --immutable
- - name: Run build
- shell: bash
- run: yarn build
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage