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

(fix): incorrect file name

parent 1a529666
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -18,7 +18,7 @@ build:
pages:
pages:
  stage: deploy
  stage: deploy
  script:
  script:
    - mv website/build/"Minds OSS" public
    - mv website/build/"Minds Docs" public
  artifacts:
  artifacts:
    paths:
    paths:
      - public
      - public
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@ const users = [
const siteConfig = {
const siteConfig = {
  title: 'Minds Docs', // Title for your website.
  title: 'Minds Docs', // Title for your website.
  tagline: 'The Minds Stack',
  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 */
  baseUrl: '/', // Base URL for your project */


  // Used for publishing and more
  // Used for publishing and more