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 b567817 commit 3fdba11Copy full SHA for 3fdba11
1 file changed
.github/workflows/deploy.yml
@@ -35,10 +35,10 @@ jobs:
35
with:
36
repository: originlab/DocGHPagesConverter
37
path: converter
38
+ - run: ls -l -R
39
- uses: actions/setup-dotnet@v5
40
41
dotnet-version: '10.x'
- #- run: ls -l
42
- name: Run Converter
43
run: dotnet run --project converter/generator/generator.csproj -- index
44
- name: Upload artifact
0 commit comments