From 4778e469f053290f2928fadc2577d7ef32c48fa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20W=C3=BCbbena?= Date: Sat, 13 Jan 2024 22:18:51 +0100 Subject: [PATCH] del --- .DS_Store | Bin 6148 -> 6148 bytes workflows/archive-github-pages.yml | 26 -------------------------- 2 files changed, 26 deletions(-) delete mode 100644 workflows/archive-github-pages.yml diff --git a/.DS_Store b/.DS_Store index ff2a8d51c5dd0b72628f3a78e4d8a1b03786500b..ce960c005a3822af78c75ba44bf8061745c73d29 100644 GIT binary patch delta 20 bcmZoMXffEZn2FuMKu5vE#CY>6rYKPWLCgi( delta 20 bcmZoMXffEZn2FuUQb)nW&}8!}rYKPWLO2EE diff --git a/workflows/archive-github-pages.yml b/workflows/archive-github-pages.yml deleted file mode 100644 index e84f47d..0000000 --- a/workflows/archive-github-pages.yml +++ /dev/null @@ -1,26 +0,0 @@ -``` -# GitHub Actions workflow for Waystation version 1.5.0. -# Available as the file "sample-workflow.yml" from the software -# repository at https://github.com/caltechlibrary/waystation - -name: Archive GitHub Pages -run-name: Archive GitHub Pages in the Wayback Machine - -on: - release: - types: [published] - workflow_dispatch: - inputs: - dry_run: - description: "Run without actually sending URLs" - type: boolean - -jobs: - run-waystation: - name: Run Waystation - runs-on: ubuntu-latest - steps: - - uses: caltechlibrary/waystation@main - with: - dry_run: ${{github.event.inputs.dry_run || false}} -``` \ No newline at end of file