Skip to content

Commit

Permalink
ci: only in unofficial-documentation folder
Browse files Browse the repository at this point in the history
  • Loading branch information
RanolP committed Apr 27, 2024
1 parent edfedbc commit 5addaec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/follow-up.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: github-pages
path: unofficial-documentation
repository: solvedac/unofficial-documentation
github-token: ${{ secrets.PAT_FOLLOW_UP }}
run-id: ${{ github.event.inputs.run-id }}
- run: tar -xf artifact.tar ./tsp-output/@typespec/openapi3/openapi.yaml
- run: tar -xf unofficial-documentation/artifact.tar ./tsp-output/@typespec/openapi3/openapi.yaml
- uses: actions/setup-java@v4
with:
distribution: temurin
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Cargo.lock

unofficial-documentation
generated
generated
2 changes: 1 addition & 1 deletion rust.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inputSpec: "tsp-output/@typespec/openapi3/openapi.yaml"
inputSpec: "unofficial-documentation/tsp-output/@typespec/openapi3/openapi.yaml"
generatorName: "rust"
outputDir: "generated"
validateSpec: false
Expand Down

0 comments on commit 5addaec

Please sign in to comment.