From fd088ebaa079432d504e47bd042ed2ffe7c5ff50 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 20 Jan 2024 23:15:10 -0600 Subject: [PATCH] Revert "run deploy on self-hosted runner" This reverts commit d2323ec63355681af40bca8c7dbbf11393e2b425. --- .github/workflows/deploy-to-neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-neocities.yml b/.github/workflows/deploy-to-neocities.yml index 35192de..a03385c 100644 --- a/.github/workflows/deploy-to-neocities.yml +++ b/.github/workflows/deploy-to-neocities.yml @@ -17,7 +17,7 @@ defaults: jobs: deploy: - runs-on: self-hosted + runs-on: ubuntu-latest env: HUGO_VERSION: "0.121.1" steps: