Skip to content

Commit

Permalink
Update bundle.yml
Browse files Browse the repository at this point in the history
remove --dereferenced flag from bundling
  • Loading branch information
SpeckiJ authored Nov 14, 2024
1 parent 5b057f2 commit d10c57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Redocly CLI Bundle Part 1
uses: fluximus-prime/redocly-cli-github-action@v1
with:
args: 'bundle -d api/part1/openapi/openapi-connectedsystems-1.yaml -o openapi-connectedsystems-1.bundle.yaml'
args: 'bundle api/part1/openapi/openapi-connectedsystems-1.yaml -o openapi-connectedsystems-1.bundle.yaml'

# blocked by https://github.com/opengeospatial/ogcapi-connected-systems/issues/81
#- name: Redocly CLI Bundle Part 2
Expand All @@ -34,4 +34,4 @@ jobs:
name: store bundles
path: |
openapi-connectedsystems-1.bundle.yaml
openapi-connectedsystems-2.bundle.yaml
openapi-connectedsystems-2.bundle.yaml

0 comments on commit d10c57d

Please sign in to comment.