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 0f7e0f2 commit 61bd5fcCopy full SHA for 61bd5fc
.github/workflows/deploy.yml
@@ -13,3 +13,5 @@ jobs:
13
- uses: enriikke/gatsby-gh-pages-action@v2
14
with:
15
access-token: ${{ secrets.DEPLOY_KEY }}
16
+ deploy-branch: gh-pages
17
+ gatsby-args: --prefix-paths
gatsby-config.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
+ pathPrefix: "/docs.hackerone.com",
3
siteMetadata: {
4
title: 'HackerOne Platform Documentation',
5
siteUrl: 'https://docs.hackerone.com',
0 commit comments