From 549411b1488408da4c5482ec085ca4c35f8c41c9 Mon Sep 17 00:00:00 2001 From: Joseph Bloom <69127271+jbloomAus@users.noreply.github.com> Date: Mon, 20 Feb 2023 08:21:33 +1100 Subject: [PATCH] retarget pages at main pushes (#175) --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index eba2c828d..a35b23f17 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -2,7 +2,7 @@ name: Deploy Docs on: push: branches: - - sphinx-documenation + - main permissions: contents: write