Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 5de2778

Browse files
author
Brian Caffey
committed
fixed env var for vuepress site
1 parent 3c90e74 commit 5de2778

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ variables:
1717
pages:
1818
image: node:latest
1919
stage: documentation
20-
variables:
21-
CI_PROJECT_URL: $CI_PROJECT_URL
2220
script:
2321
- ./documentation/build_documentation.sh
2422
artifacts:

documentation/docs/.vuepress/components/technology.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ img {
2121
width: 100px;
2222
margin-top: 20px;
2323
}
24-
2524
</style>

0 commit comments

Comments
 (0)