From aba68a58f947e306dd746f7a3bf4be6bc7bb73c5 Mon Sep 17 00:00:00 2001 From: Jeremy L Thompson Date: Wed, 11 Oct 2023 15:17:58 -0600 Subject: [PATCH] publish web to separate branch --- .github/workflows/deploy-website.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 08c1e953..58b5fd9c 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -28,3 +28,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./rules/html + publish_branch: rules-web