Commit 262941f2 authored by Mark Harding's avatar Mark Harding

(fix): incorrect file name

parent 1a529666
No related merge requests found
Pipeline #80806070 passed with stages
in 2 minutes and 50 seconds
......@@ -18,11 +18,11 @@ build:
pages:
stage: deploy
script:
- mv website/build/"Minds OSS" public
- mv website/build/"Minds Docs" public
artifacts:
paths:
- public
dependencies:
- build
only:
- master
\ No newline at end of file
- master
......@@ -23,7 +23,7 @@ const users = [
const siteConfig = {
title: 'Minds Docs', // Title for your website.
tagline: 'The Minds Stack',
url: 'https://docs.minds.io', // Your website URL
url: 'https://developers.minds.com', // Your website URL
baseUrl: '/', // Base URL for your project */
// Used for publishing and more
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment