Skip to content

Commit 2ecbbb7

Browse files
authored
Update deploy.yml
1 parent c7b1fcd commit 2ecbbb7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ 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
3843
- name: Checkout Converter
3944
uses: actions/checkout@v6
4045
with:
@@ -44,7 +49,7 @@ jobs:
4449
with:
4550
dotnet-version: '10.x'
4651
- run: ls -l
47-
- run: dotnet run --project converter/generator/generator.csproj -- ${{ env.book_folder }}/out
52+
- run: dotnet run --project converter/generator/generator.csproj -- ${{ env.book_folder }}
4853
- name: Setup Pages
4954
uses: actions/configure-pages@v6
5055
- name: Upload artifact

0 commit comments

Comments
 (0)