From 53f04151cf0cad282c3fea11f68f281ca92c49b0 Mon Sep 17 00:00:00 2001 From: Mohsen Taghavi <78661162+mohsenemx@users.noreply.github.com> Date: Sat, 30 Mar 2024 16:19:01 +0330 Subject: [PATCH] Update deploy_github_pages.yml --- .github/workflows/deploy_github_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_github_pages.yml b/.github/workflows/deploy_github_pages.yml index 60a4d8f..6e5f1de 100644 --- a/.github/workflows/deploy_github_pages.yml +++ b/.github/workflows/deploy_github_pages.yml @@ -35,7 +35,7 @@ jobs: env: API_TOKEN_GITHUB: ${{ secrets.EXTERNAL_REPOSITORY_PERSONAL_ACCESS_TOKEN }} with: - source-directory: public/ + source-directory: / destination-github-username: fxclient destination-repository-name: fxclient.github.io user-email: mohsenemx@gmail.com