From 5b6bf4d552a7810f1757b313d981bb1bcec5bf45 Mon Sep 17 00:00:00 2001 From: Tommy Alhamra <45749487+imotD@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:59:29 +0700 Subject: [PATCH] Update github-actions-deploy.yml --- .github/workflows/github-actions-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-actions-deploy.yml b/.github/workflows/github-actions-deploy.yml index 49ed3e9..d5d2404 100644 --- a/.github/workflows/github-actions-deploy.yml +++ b/.github/workflows/github-actions-deploy.yml @@ -49,5 +49,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - # github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist \ No newline at end of file + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist