We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c655b commit 5b74830Copy full SHA for 5b74830
.github/workflows/publish-docs.yml
@@ -39,6 +39,6 @@ jobs:
39
uses: peaceiris/actions-gh-pages@v3
40
with:
41
github_token: ${{ secrets.GITHUB_TOKEN }}
42
- publish_dir: ./website/build
+ publish_dir: ./website/build/graphql-kotlin
43
user_name: eg-oss-ci
44
user_email: [email protected]
website/siteConfig.js
@@ -32,7 +32,7 @@ const siteConfig = {
32
33
url: 'https://expediagroup.github.io', // Your website URL
34
baseUrl: '/graphql-kotlin/', // Base URL for your project
35
- projectName: 'graphql-kotlin-docs',
+ projectName: 'graphql-kotlin',
36
organizationName: 'ExpediaGroup',
37
38
// For no header links in the top nav bar -> headerLinks: [],
0 commit comments