Skip to content

Commit 4b5eed1

Browse files
Drop folder in build command
1 parent edeaafc commit 4b5eed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-to-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Run webapp and generate static files
4242
run: |
43-
dotnet run --project ${{ env.WEBAPP_PATH }}${{env.WEBAPP_CSPROJ}} --configuration Release -- build "/website/"
43+
dotnet run --project ${{ env.WEBAPP_PATH }}${{env.WEBAPP_CSPROJ}} --configuration Release -- build
4444
4545
- name: Install minify
4646
run: |

0 commit comments

Comments
 (0)