From 7a67dad462597fc00bb802c03d426579409b5ec8 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 e310192cd1592b4c057d0269605d90e329e02a42. --- .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: