From 7154a6c1b2df67ee1857a2b23c164c6e5d941638 Mon Sep 17 00:00:00 2001 From: Rising Odegua Date: Wed, 14 Apr 2021 12:20:51 +0100 Subject: [PATCH] Update gh-page-builder-action.yml --- scripts/gh-page-builder-action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/gh-page-builder-action.yml b/scripts/gh-page-builder-action.yml index 45190f33..a8005f18 100644 --- a/scripts/gh-page-builder-action.yml +++ b/scripts/gh-page-builder-action.yml @@ -3,6 +3,7 @@ name: github pages on: push: branches: + - master - main jobs: @@ -36,4 +37,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.PORTAL_NEXT_TOKEN }} - publish_dir: ./out \ No newline at end of file + publish_dir: ./out