Skip to content

Commit 46ab604

Browse files
authored
Fix publish directory (ExpediaGroup#618)
1 parent d5628ed commit 46ab604

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
uses: peaceiris/actions-gh-pages@v3
4040
with:
4141
github_token: ${{ secrets.GITHUB_TOKEN }}
42-
publish_dir: ./website/build
42+
publish_dir: ./website/build/graphql-kotlin
4343
user_name: eg-oss-ci
4444
user_email: [email protected]

website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const siteConfig = {
3232

3333
url: 'https://expediagroup.github.io', // Your website URL
3434
baseUrl: '/graphql-kotlin/', // Base URL for your project
35-
projectName: 'graphql-kotlin-docs',
35+
projectName: 'graphql-kotlin',
3636
organizationName: 'ExpediaGroup',
3737

3838
// For no header links in the top nav bar -> headerLinks: [],

0 commit comments

Comments
 (0)