From 1a7c8fe3651d70152d5a92140819f79cc2bdd3cb Mon Sep 17 00:00:00 2001 From: Shane Terence Odlum Date: Wed, 11 Oct 2023 16:54:10 +0100 Subject: [PATCH] stop repo from destroying itself --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index e6a9a2f..83386a5 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -24,4 +24,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.1 with: folder: public/ - branch: main \ No newline at end of file + branch: gh-pages \ No newline at end of file