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

Commit c93f5eb

Browse files
author
Brian Caffey
committed
debugging docs site
1 parent eafe564 commit c93f5eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Build Documentation:
8181
-f nginx/ci/Dockerfile .
8282
- docker push $CI_REGISTRY_IMAGE/frontend:latest
8383

84-
Build backend:
84+
.Build backend:
8585
stage: build
8686
image: docker:stable
8787
variables:
@@ -105,7 +105,7 @@ Build backend:
105105
- echo "Build backend complete"
106106

107107
# gitlab-runner exec docker "e2e cypress tests without docker-compose"
108-
e2e cypress tests without docker-compose: &cypress
108+
.e2e cypress tests without docker-compose: &cypress
109109
stage: integration
110110
image: $CI_REGISTRY_IMAGE/backend:latest
111111
services:

documentation/docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
title: 'Verbose Equals True',
3-
// base: '/docs/',
3+
base: '/django-postgres-vue-gitlab-ecs/',
44
port: 8080,
55
dest: "../public",
66
plugins: {

0 commit comments

Comments
 (0)