We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d97267 commit 147de94Copy full SHA for 147de94
1 file changed
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/setup-dotnet@v5
39
with:
40
dotnet-version: '10.x'
41
- - run: ls -l
+ #- run: ls -l
42
- name: Run Converter
43
run: dotnet run --project converter/generator/generator.csproj -- index
44
- name: Upload artifact
@@ -64,7 +64,7 @@ jobs:
64
65
name: index
66
path: _site
67
+ #- run: ls -l _site
68
- name: Setup Pages
69
uses: actions/configure-pages@v6
70
- name: Upload pages artifact
0 commit comments