Skip to content

Commit 5addaec

Browse files
committed
ci: only in unofficial-documentation folder
1 parent edfedbc commit 5addaec

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/follow-up.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- uses: actions/download-artifact@v4
1616
with:
1717
name: github-pages
18+
path: unofficial-documentation
1819
repository: solvedac/unofficial-documentation
1920
github-token: ${{ secrets.PAT_FOLLOW_UP }}
2021
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
2223
- uses: actions/setup-java@v4
2324
with:
2425
distribution: temurin

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Cargo.lock
33

44
unofficial-documentation
5-
generated
5+
generated

rust.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
inputSpec: "tsp-output/@typespec/openapi3/openapi.yaml"
1+
inputSpec: "unofficial-documentation/tsp-output/@typespec/openapi3/openapi.yaml"
22
generatorName: "rust"
33
outputDir: "generated"
44
validateSpec: false

0 commit comments

Comments
 (0)