Skip to content

Commit ea922f1

Browse files
authored
Update deploy.yml
1 parent 3c973cb commit ea922f1

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)