Skip to content

Merge pull request #151 from SignPath/SP_1.178_and_1.179 #301

Merge pull request #151 from SignPath/SP_1.178_and_1.179

Merge pull request #151 from SignPath/SP_1.178_and_1.179 #301

name: Build & Deploy PROD
on:
push:
branches: ["main"]
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml
deploy-github-pages:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1