feat: Mkdocs update #62

Merged
jon_nfc merged 4 commits from mkdocs-update into development 2024-02-02 08:20:18 +00:00
4 changed files with 4 additions and 3 deletions

View File

@ -355,7 +355,7 @@ pages:
- mv "$CI_PROJECT_DIR/artifacts/prepare/Assemble.Website.Prepare/build" public
needs: [ 'Assemble.Website.Prepare' ]
environment:
name: staging
name: Gitlab Pages
url: $CI_PAGES_URL
artifacts:
paths:

View File

@ -11,3 +11,4 @@ hide:
<div style="background: url(assets/nfc_revamp.png) no-repeat center top; background-size: 282px 90px; width: 100%; height: 120px; display: flex;">
<span style="align-self: flex-end; width: 100%; text-align: center; color: #009900; font-weight: bold; font-size: 14pt;">Using Technology to make life easier</span>
</div>

View File

@ -15,7 +15,7 @@ class Test:
def setup_method(self):
self.ignore_url_alive_check = {
'gitlab.com': [
'nofusscomputing/infrastructure/website//-/new/development'
'nofusscomputing/infrastructure/website/-/new/development'
]
}