From 4355ebcd63a373d6e098664538074ce3cc2d7e71 Mon Sep 17 00:00:00 2001 From: g|_|s_m Date: Sat, 16 Sep 2023 20:57:52 +0800 Subject: [PATCH] Update master.yml --- .github/workflows/master.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 64086b2..85f10ac 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -1,4 +1,4 @@ -name: master +name: master build and deploy on: push: branches: @@ -34,4 +34,5 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 with: + BRANCH: gh-pages FOLDER: build