Fjern felt som ikke finnes (#704) #18
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: AsyncAPI schemas gh pages | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths: | |
- '.github/workflows/asyncApiSchemas.yml' | |
- 'src/main/resources/schemas/**' | |
permissions: | |
contents: write | |
concurrency: | |
group: AktivitetskortV1.asyncapi.schema | |
cancel-in-progress: true | |
jobs: | |
generate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v3 | |
- name: Deploy 🚀 | |
uses: JamesIves/github-pages-deploy-action@v4 | |
with: | |
folder: src/main/resources/schemas | |
target-folder: schemas |