File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,21 +35,18 @@ jobs:
3535 uses : actions/checkout@v6
3636 with :
3737 path : ${{ env.book_folder }}
38- - name : Checkout Index
39- uses : actions/checkout@v6
40- with :
41- repository : originlab/originlab.github.io
42- path : index
4338 - name : Checkout Converter
4439 uses : actions/checkout@v6
4540 with :
4641 repository : originlab/DocGHPagesConverter
42+ submodules : recursive
4743 path : converter
4844 - uses : actions/setup-dotnet@v5
4945 with :
5046 dotnet-version : ' 10.x'
51- - run : ls -l
52- - run : dotnet run --project converter/generator/generator.csproj -- ${{ env.book_folder }}
47+ # - run: ls -l -R
48+ - name : Run Converter
49+ run : dotnet run --project converter/generator/generator.csproj -- ${{ env.book_folder }}
5350 - name : Setup Pages
5451 uses : actions/configure-pages@v6
5552 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments