feat: Mkdocs update #62
@ -355,7 +355,7 @@ pages:
|
|||||||
- mv "$CI_PROJECT_DIR/artifacts/prepare/Assemble.Website.Prepare/build" public
|
- mv "$CI_PROJECT_DIR/artifacts/prepare/Assemble.Website.Prepare/build" public
|
||||||
needs: [ 'Assemble.Website.Prepare' ]
|
needs: [ 'Assemble.Website.Prepare' ]
|
||||||
environment:
|
environment:
|
||||||
name: staging
|
name: Gitlab Pages
|
||||||
url: $CI_PAGES_URL
|
url: $CI_PAGES_URL
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
|
Submodule gitlab-ci updated: a5a9fa4437...3fa71fe91a
@ -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;">
|
<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>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ class Test:
|
|||||||
def setup_method(self):
|
def setup_method(self):
|
||||||
self.ignore_url_alive_check = {
|
self.ignore_url_alive_check = {
|
||||||
'gitlab.com': [
|
'gitlab.com': [
|
||||||
'nofusscomputing/infrastructure/website//-/new/development'
|
'nofusscomputing/infrastructure/website/-/new/development'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user