Skip to content

Commit

Permalink
deactivate pages deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
CubicrootXYZ committed Oct 13, 2024
1 parent efd0598 commit 38316bc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
spec_artifact_path: docs/
spec_filename: swagger.yaml

deploy_openapi_spec:
needs:
- render_openapi_spec
uses: CubicrootXYZ/Workflows/.github/workflows/pages.yaml@59264c0b6ab33bd845849f9b00e1e9057c8518d5
with:
spec_artifact_name: rendered-api-docu
spec_artifact_path: ./
#deploy_openapi_spec:
# needs:
# - render_openapi_spec
# uses: CubicrootXYZ/Workflows/.github/workflows/pages.yaml@59264c0b6ab33bd845849f9b00e1e9057c8518d5
# with:
# spec_artifact_name: rendered-api-docu
# spec_artifact_path: ./

build_and_push_image:
needs: [golang_test, golang_quality, render_openapi_spec]
Expand Down

0 comments on commit 38316bc

Please sign in to comment.