Skip to content

Commit

Permalink
Docs to root dir so README links work
Browse files Browse the repository at this point in the history
slavkor committed Jul 12, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 147ed77 commit 12453cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate_sdk_code.yml
Original file line number Diff line number Diff line change
@@ -60,7 +60,9 @@ jobs:
run-id: ${{ github.event.client_payload.run_id }}

- name: Remove old SDK
run: rm -rf src/*
run: |
rm -rf src/*
rm -rf docs/*
- name: Set API and SDK versions
run: |
@@ -77,6 +79,7 @@ jobs:
java --version
java -jar ${{ runner.temp }}/openapi-generator-cli.jar generate -i ${{ runner.temp }}/openapispec/openapi.yml -g go -o ./src -c ${{ runner.temp }}/${{ env.CONFIG_FILE }} --skip-validate-spec
cp ./src/README.md ./README.md
cp -r ./src/docs ./docs
- name: Create Pull Request
id: cpr

0 comments on commit 12453cc

Please sign in to comment.