Skip to content

Commit

Permalink
Setup Website Deployment (ChilliCream#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
rstaib authored Mar 8, 2020
1 parent a481adc commit 4216bab
Show file tree
Hide file tree
Showing 36 changed files with 6 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions docs/gatsby-config.js → website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ module.exports = {
twitter: `https://twitter.com/Chilli_Cream`,
},
},
pathPrefix: "/hotchocolate",
plugins: [
`gatsby-plugin-ts`,
`gatsby-plugin-styled-components`,
Expand Down
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions docs/graphql-types.ts → website/graphql-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1500,8 +1500,8 @@ export type QuerySiteArgs = {
siteMetadata?: Maybe<SiteSiteMetadataFilterInput>,
port?: Maybe<IntQueryOperatorInput>,
host?: Maybe<StringQueryOperatorInput>,
polyfill?: Maybe<BooleanQueryOperatorInput>,
pathPrefix?: Maybe<StringQueryOperatorInput>,
polyfill?: Maybe<BooleanQueryOperatorInput>,
buildTime?: Maybe<DateQueryOperatorInput>
};

Expand Down Expand Up @@ -1546,8 +1546,8 @@ export type Site = Node & {
siteMetadata?: Maybe<SiteSiteMetadata>,
port?: Maybe<Scalars['Int']>,
host?: Maybe<Scalars['String']>,
polyfill?: Maybe<Scalars['Boolean']>,
pathPrefix?: Maybe<Scalars['String']>,
polyfill?: Maybe<Scalars['Boolean']>,
buildTime?: Maybe<Scalars['Date']>,
};

Expand Down Expand Up @@ -1684,8 +1684,8 @@ export type SiteFieldsEnum =
'siteMetadata___tools___twitter' |
'port' |
'host' |
'polyfill' |
'pathPrefix' |
'polyfill' |
'buildTime';

export type SiteFilterInput = {
Expand All @@ -1696,8 +1696,8 @@ export type SiteFilterInput = {
siteMetadata?: Maybe<SiteSiteMetadataFilterInput>,
port?: Maybe<IntQueryOperatorInput>,
host?: Maybe<StringQueryOperatorInput>,
polyfill?: Maybe<BooleanQueryOperatorInput>,
pathPrefix?: Maybe<StringQueryOperatorInput>,
polyfill?: Maybe<BooleanQueryOperatorInput>,
buildTime?: Maybe<DateQueryOperatorInput>,
};

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json → website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build && gh-pages -d public",
"deploy": "gatsby build --prefix-paths && gh-pages -d public -r https://$(GitHubToken)@github.com/$(RepositoryName).git",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "yarn develop",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4216bab

Please sign in to comment.