We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfbf282 commit 0fb22e6Copy full SHA for 0fb22e6
1 file changed
.github/workflows/main.yml
@@ -24,6 +24,7 @@ jobs:
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- uses: actions/checkout@v6
27
+ persist-credentials: false
28
29
- name: Setup .NET SDK
30
uses: actions/setup-dotnet@v5
@@ -47,7 +48,6 @@ jobs:
47
48
- name: Commit wwwroot to GitHub Pages
49
uses: JamesIves/github-pages-deploy-action@v4
50
with:
- branch: main
51
folder: release/wwwroot
52
repository-name: iSeiryu/iseiryu.github.io
53
target-folder: blazor
0 commit comments