Improved accessibility of newsletter signup #17
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "[mathhumanist-website] Build, Release, Deploy" | |
on: | |
push: | |
branches: | |
- "main" | |
paths: | |
- "**" | |
jobs: | |
hugo-build-release-deploy: | |
uses: chnm/.github/.github/workflows/hugo--build-release-deploy.yml@main | |
secrets: inherit | |
with: | |
container-registry: "ghcr.io" | |
container-image-name: "mathhumanist-website" | |
hugo-context-root: "." | |
hugo-devl-url: "https://mathhumanists.org" | |
hugo-prod-url: "https://mathhumanists.org" | |
build-artifact-name: "mathhumanist-website" | |
release-tag-name-type: "iso" | |
website-devl-fqdn: "mathhumanists.org" | |
website-prod-fqdn: "mathhumanists.org" |