From 5956c624e5cdb1042eed3875ad49014ec5903739 Mon Sep 17 00:00:00 2001 From: Eric Mitchell Date: Thu, 23 Apr 2026 20:52:03 -0400 Subject: [PATCH] Delete .github directory I'll just run this on a vps or something and update it from there. --- .github/workflows/songupdate.yml | 39 -------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 .github/workflows/songupdate.yml diff --git a/.github/workflows/songupdate.yml b/.github/workflows/songupdate.yml deleted file mode 100644 index 7b1ca4d..0000000 --- a/.github/workflows/songupdate.yml +++ /dev/null @@ -1,39 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: Update tetofortunes files - -# Controls when the workflow will run -on: - schedule: - - cron: "0 3 * * Sun" # run every sunday at 3am - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - upload: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4 - # Runs a set of commands using the runners shell - - name: Run makefortune.sh - run: | - echo Installing dependencies... - sudo apt-get update - sudo apt-get install -y fortune-mod jq - echo Dependencies installed. Running makefortune.sh... - sh makefortune.sh - - name: Upload artifact - uses: actions/upload-artifact@v7 - with: - name: updated_songs - path: | - tetofortunes - tetofortunes.dat - var.json