File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ jobs:
15
15
- uses : actions/download-artifact@v4
16
16
with :
17
17
name : github-pages
18
+ path : unofficial-documentation
18
19
repository : solvedac/unofficial-documentation
19
20
github-token : ${{ secrets.PAT_FOLLOW_UP }}
20
21
run-id : ${{ github.event.inputs.run-id }}
21
- - run : tar -xf artifact.tar ./tsp-output/@typespec/openapi3/openapi.yaml
22
+ - run : tar -xf unofficial-documentation/ artifact.tar ./tsp-output/@typespec/openapi3/openapi.yaml
22
23
- uses : actions/setup-java@v4
23
24
with :
24
25
distribution : temurin
Original file line number Diff line number Diff line change 2
2
Cargo.lock
3
3
4
4
unofficial-documentation
5
- generated
5
+ generated
Original file line number Diff line number Diff line change 1
- inputSpec : " tsp-output/@typespec/openapi3/openapi.yaml"
1
+ inputSpec : " unofficial-documentation/ tsp-output/@typespec/openapi3/openapi.yaml"
2
2
generatorName : " rust"
3
3
outputDir : " generated"
4
4
validateSpec : false
You can’t perform that action at this time.
0 commit comments