diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 46e9111..cae84be 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -36,6 +36,7 @@ jobs: cache-version: 0 # Increment this number if you need to re-download cached gems - name: Setup Pages uses: actions/configure-pages@v5 + id: pages - name: Build with Jekyll # Outputs to the './_site' directory by default run: cd ./pages && bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" diff --git a/pages/_config.yml b/pages/_config.yml index 21862fb..f541bdc 100644 --- a/pages/_config.yml +++ b/pages/_config.yml @@ -24,7 +24,8 @@ description: A tool for monitoring BigIP Devices with Grafana, Prometheus, and O # Build settings theme: just-the-docs -url: https://f5devcentral.github.io/application-study-tool/ +url: https://f5devcentral.github.io +baseurl: /application-study-tool/ aux_links: AST Repository: https://github.com/f5devcentral/application-study-tool/