fix: refactor deno client to use another openapi generator #743

This commit is contained in:
Ruben Fiszel
2022-10-15 18:25:26 +02:00
committed by GitHub
parent e7e8a4cf38
commit 9fb4e20e21
9 changed files with 63 additions and 45 deletions

View File

@@ -9,14 +9,13 @@ env:
jobs:
build_deno_and_push_to_repo:
runs-on: ubuntu-latest
container: openapitools/openapi-generator-cli:v6.0.0-beta
steps:
- uses: actions/checkout@v3
- name: generate_deno
run: |
cd deno-client
rm .gitignore
./generate.sh
./build.sh
- name: Pushes to another repository
id: push_directory
uses: cpina/github-action-push-to-another-repository@devel