Skip to content

Update support emails #12

Update support emails

Update support emails #12

Workflow file for this run

name: Valdate static MkDocs pages
on: pull_request
jobs:
validate-mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build MkDocs pages
uses: docker://squidfunk/mkdocs-material:7.1.0
timeout-minutes: 1
with:
args: >-
build
--verbose
--strict
- name: Test links
timeout-minutes: 10
uses: docker://klakegg/html-proofer:3.16.0
with:
args: >-
--allow-hash-href
--check-html
--http-status-ignore 302
--file-ignore ./site/404.html
--url-ignore "https://fonts.gstatic.com,/github.com\/opensciencegrid\/${GITHUB_REPOSITORY#*\/}\/edit/,/opensciencegrid.org\/${GITHUB_REPOSITORY#*\/}/"
./site