From 2081a2d63a706c565e684f83492711763e048be0 Mon Sep 17 00:00:00 2001 From: DuroCodes Date: Mon, 6 May 2024 21:28:30 -0400 Subject: [PATCH] fix: fix publish_dir in github pages workflow --- .github/workflows/github-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 7e785f9b3..0bc088ed4 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -24,6 +24,6 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build + publish_dir: ./dist user_name: github-actions[bot] user_email: 41898282+github-actions[bot]@users.noreply.github.com