Skip to content

Commit f0bbc59

Browse files
CI/CD
1 parent 61ada78 commit f0bbc59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
dotnet-version: 8.0.x
1616
- name: Publish with dotnet
17-
run: dotnet publish ./src/BlazorPages --configuration Release --output build
17+
run: dotnet publish ./src --configuration Release --output build
1818
- name: Deploy to Github Pages
1919
uses: JamesIves/github-pages-deploy-action@releases/v3
2020
with:

0 commit comments

Comments
 (0)