Skip to content

Add explicit instructions for verifying CO petition requests #231

Add explicit instructions for verifying CO petition requests

Add explicit instructions for verifying CO petition requests #231

Workflow file for this run

name: Validate static MkDocs pages
on: pull_request
jobs:
validate-mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build MkDocs pages
uses: docker://squidfunk/mkdocs-material:7.1.0
timeout-minutes: 1
with:
args: >-
build
--verbose
--strict
- id: format-github-repo
run: echo "repo-name=${GITHUB_REPOSITORY#*\/}" >> $GITHUB_OUTPUT
- 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,401,429
--file-ignore ./site/404.html
--url-ignore "https://fonts.gstatic.com,/github.com\/osg-htc\/${{ steps.format-github-repo.outputs.repo-name }}\/edit/,/osg-htc.org\/${{ steps.format-github-repo.outputs.repo-name }}/,https://operations-portal.egi.eu/broadcast/archive/2293,https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2020-a4bf7c5d9c,https://docs.fedoraproject.org/en-US/packaging-guidelines/,https://ggus.eu/"
./site