Skip to content

Merge branch 'main' into feature/SOEOPSFY24-202 #12

Merge branch 'main' into feature/SOEOPSFY24-202

Merge branch 'main' into feature/SOEOPSFY24-202 #12

Workflow file for this run

# # .github/workflows/preview.yml
# name: Deploy PR previews
# concurrency: preview-${{ github.ref }}
# on:
# pull_request:
# types:
# - opened
# - reopened
# - synchronize
# - closed
# jobs:
# deploy-preview:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - run: npm i && npm run build
# if: github.event.action != 'closed'
# - uses: rossjrw/pr-preview-action@v1
# with:
# source-dir: ./out
# preview-branch: gh-pages
# umbrella-dir: pr-preview
# action: auto