Skip to content

Commit 0da1902

Browse files
committed
list files for debug
1 parent b91d516 commit 0da1902

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ jobs:
2929
- name: Restore dotnet tools
3030
run: dotnet tool restore
3131

32+
- name: List files in Src directory
33+
run: |
34+
cd Src
35+
ls
36+
3237
- name: Build code to make xml file
3338
run: dotnet build --configuration Release # see required xml tags: https://fsprojects.github.io/FSharp.Formatting/zero-to-hero.html#Generating-API-documentation
3439

0 commit comments

Comments
 (0)