Skip to content

Update deployment to only deploy to static website hosting in Azure #40

Update deployment to only deploy to static website hosting in Azure

Update deployment to only deploy to static website hosting in Azure #40

Workflow file for this run

name: Deploy documentation
on:
push:
branches:
- master
jobs:
pledger-web:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build And Deploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.PLEDGER_WEB_DEPLOY_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
app_location: "/"
output_location: "public"
action: "upload"