Skip to content

Fjern felt som ikke finnes (#704) #18

Fjern felt som ikke finnes (#704)

Fjern felt som ikke finnes (#704) #18

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