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/workflows/build_website.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/build_website.yml (limited to '.github/workflows/build_website.yml') diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml deleted file mode 100644 index 56a2200..0000000 --- a/.github/workflows/build_website.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Build Website - -on: - pull_request: - branches: [ "master" ] - workflow_dispatch: - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: ./.github/actions/build -- cgit v1.2.3