Skip to content

Fix routing in hosted Static Web App (#19) #15

Fix routing in hosted Static Web App (#19)

Fix routing in hosted Static Web App (#19) #15

Workflow file for this run

name: Deploy to dev
on:
push:
branches:
- main
jobs:
dev-deploy:
uses: ./.github/workflows/deploy.yml
secrets: inherit
with:
environment: dev
settings_file: "dev.appsettings.json"