From 9eb4e23f28902c6759e91ce692817346836481de Mon Sep 17 00:00:00 2001 From: Haziq Khairi Date: Sun, 7 Jan 2024 22:09:04 +0800 Subject: [PATCH] build: update yaml configuration --- .github/workflows/deploy-stage.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-stage.yaml b/.github/workflows/deploy-stage.yaml index 44156d6..ad602cd 100644 --- a/.github/workflows/deploy-stage.yaml +++ b/.github/workflows/deploy-stage.yaml @@ -46,7 +46,7 @@ jobs: - name: Deploy to GitHub Pages uses: JamesIves/github-pages-deploy-action@v4 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages - FOLDER: dist - CLEAN: true + token: ${{ secrets.GITHUB_TOKEN }} + branch: gh-pages + folder: dist + clean: true