Skip to content

Commit

Permalink
Temporarily disable Svelte Build Step
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl50 committed Dec 26, 2023
1 parent dc3ee1c commit abac9ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Run Gradle 'build' Task
run: ./gradlew build

- name: Copy OpenAPI Specification
run: ./gradlew copyOpenApiSpec
#- name: Copy OpenAPI Specification
# run: ./gradlew copyOpenApiSpec

- name: Build Svelte App
uses: docker/build-push-action@v4
with:
context: web
#- name: Build Svelte App
# uses: docker/build-push-action@v4
#with:
#context: web

0 comments on commit abac9ad

Please sign in to comment.