Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHoo committed Oct 10, 2024
2 parents 49028f1 + 843eca4 commit 745ff9a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,3 @@ jobs:
if: ${{ always() }}
with:
files: build/test-results/**/*.xml

- name: Create directories and write OpenAPI YAML
run: |
mkdir -p ./src/main/static/.well-known/resources
cat <<EOF > ./src/main/static/.well-known/resources/openapi.yaml
${{ secrets.OPENAPI_YAML }}
EOF
shell: bash

0 comments on commit 745ff9a

Please sign in to comment.