Skip to content

Commit

Permalink
Update Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RanolP committed Sep 10, 2021
1 parent 691d7d3 commit e3f18a3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deployment
name: Follow Up

on: workflow_dispatch

jobs:
deploy:
follow-up:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v2
- name: Install Dependencies
run: npm install
- name: Override OpenAPI Version to 3.0.x (generator doe snot support 3.1)
- name: Override OpenAPI Version to 3.0.x (generator does not support 3.1)
run: |
for file in `find unofficial-documentation/src -type f`; do
sed -i 's/openapi: "3.1.0"/openapi: "3.0.0"/' $file
Expand Down

0 comments on commit e3f18a3

Please sign in to comment.