diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-03 01:38:53 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-03 01:38:53 -0700 |
| commit | 4a2f82f06490b7fb277dc6c7558d10c34503a495 (patch) | |
| tree | a206b7dd9777371d07ba1599cf3eff7f52df4d97 /.github/actions/build/action.yml | |
| parent | 0cc204ae751a69f20925d2791c930bbf45e4eeed (diff) | |
add basic daily answer encryption
Diffstat (limited to '.github/actions/build/action.yml')
| -rw-r--r-- | .github/actions/build/action.yml | 18 |
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 |
