From 4a2f82f06490b7fb277dc6c7558d10c34503a495 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 3 Jun 2026 01:38:53 -0700 Subject: add basic daily answer encryption --- .github/actions/build/action.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/actions/build/action.yml (limited to '.github/actions') 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 -- cgit v1.2.3