From c4d69022249d7140a0fcd2918dad315e31cecfa1 Mon Sep 17 00:00:00 2001 From: Jusung lee <55138258+powerstrong@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:00:28 +0900 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 8c419ce..b029e32 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -44,7 +44,7 @@ jobs: run: | # Clone the gh-pages branch using the provided token git clone --depth=1 --branch=gh-pages https://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@github.com/powerstrong/LuckGameSimulator gh-pages - cd gh-pages + #cd gh-pages # Copy the build output to the gh-pages branch rsync -av --delete ../build/wwwroot/ .