From e42c6d03585ef34ddcb3682e774eb89bd94b649f Mon Sep 17 00:00:00 2001 From: Alex <94073946+Alex-NRCan@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:43:20 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f73120a..97b372c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,7 +33,7 @@ jobs: # Push to the gh-pages branch - name: Push to gh-pages branch uses: JamesIves/github-pages-deploy-action@v4.4.1 - env: + with: branch: gh-pages # The branch name where you want to push the assets folder: dist # The directory where your assets are generated single-commit: true