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

Commit 8429003

Browse files
committed
changed dest path in vuepress
1 parent 1b0e640 commit 8429003

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Build Documentation:
2323
- ./documentation/build_documentation.sh
2424
artifacts:
2525
paths:
26-
- documentation/docs/.vuepress/public
26+
- public
2727
expire_in: 7 days
2828

2929
.Pytest:

documentation/docs/.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
title: 'Verbose Equals True',
33
base: '/docs/',
44
port: 8080,
5-
dest: "public",
5+
dest: "../../../public",
66
plugins: {
77
'@vuepress/google-analytics': {
88
'ga': 'UA-131443776-1',

0 commit comments

Comments
 (0)