Skip to content

Commit 147de94

Browse files
authored
Update deploy.yml
Comments out lls
1 parent 5d97267 commit 147de94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/setup-dotnet@v5
3939
with:
4040
dotnet-version: '10.x'
41-
- run: ls -l
41+
#- run: ls -l
4242
- name: Run Converter
4343
run: dotnet run --project converter/generator/generator.csproj -- index
4444
- name: Upload artifact
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
name: index
6666
path: _site
67-
- run: ls -l
67+
#- run: ls -l _site
6868
- name: Setup Pages
6969
uses: actions/configure-pages@v6
7070
- name: Upload pages artifact

0 commit comments

Comments
 (0)