Skip to content

Update with patch version #51

Update with patch version

Update with patch version #51

Workflow file for this run

name: Deploy documentation
on:
push:
branches:
- master
jobs:
build:
uses: ./.github/workflows/build-documentation.yml
pledger-web:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download build artifact
uses: actions/download-artifact@v4
with:
name: documentation
path: public
- 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"