Skip to content
Snippets Groups Projects
Commit 118c2738 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

ci: generate docs for mu

parent c0885bd9
No related branches found
No related tags found
No related merge requests found
Pipeline #310951 passed
......@@ -5,6 +5,18 @@ before_script:
pages:
script:
- mkdocs build
- find . -type f -name "*.md" -exec sed -i 's/%SAML_METADATA_URL%/https:\/\/id.muni.cz\/metadata/g' {} +
- find . -type f -name "*.md" -exec sed -i 's/%SAML_ENTITY_ID%/https:\/\/idp2.ics.muni.cz\/idp\/shibboleth/g' {} +
- find . -type f -name "*.md" -exec sed -i 's/%SAML_SHA1_CERT_FINGERPRINT%/EB:07:D2:B1:C6:02:69:38:A2:E3:6D:5E:07:C8:7C:B1:E4:F5:93:00/g' {} +
- find . -type f -name "*.md" -exec sed -i 's/%SAML_SSO_HTTP_REDIRECT_URL%/https:\/\/id.muni.cz\/simplesaml\/saml2\/idp\/SSOService.php/g' {} +
- find . -type f -name "*.md" -exec sed -i 's/%OIDC_ISSUER%/https:\/\/oidc.muni.cz\/oidc\//g' {} +
- find . -type f -name "*.md" -exec sed -i 's/%OIDC_WELL_KNOWN_URI%/https:\/\/oidc.muni.cz\/oidc\/.well-known\/openid-configuration/g' {} +
- find . -type f -name "*.md" -exec sed -i 's/%OIDC_HOSTNAME%/oidc.muni.cz/g' {} +
- find . -type f -name "*.md" -exec sed -i 's/%OIDC_JWKS_URI%/https:\/\/oidc.muni.cz\/oidc\/jwk/g' {} +
- find . -type f -name "*.md" -exec sed -i 's/%OIDC_AUTHORIZATION_ENDPOINT%/https:\/\/oidc.muni.cz\/oidc\/authorize/g' {} +
- find . -type f -name "*.md" -exec sed -i 's/%OIDC_TOKEN_ENDPOINT%/https:\/\/oidc.muni.cz\/oidc\/token/g' {} +
- find . -type f -name "*.md" -exec sed -i 's/%OIDC_USERINFO_ENDPOINT%/https:\/\/oidc.muni.cz\/oidc\/userinfo/g' {} +
- mkdocs build -d public/mu/
artifacts:
paths:
- public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment