Skip to content

Commit

Permalink
docs: change baseURL in doc build workflow
Browse files Browse the repository at this point in the history
tetragon.cilium.io is going to be used for the homepage, served from a
different website and do redirections from tetragon.cilium.io/docs to
cilium.github.io/tetragon/docs.

Signed-off-by: Mahe Tardy <mahe.tardy@gmail.com>
  • Loading branch information
mtardy authored and kkourt committed Jun 19, 2023
1 parent 5d62c8a commit 8090f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Build the Hugo website
working-directory: docs
run: hugo --minify --baseURL "https://tetragon.cilium.io/"
run: hugo --minify --baseURL "https://cilium.github.io/tetragon/"

- name: Upload artifact
if: github.event_name == 'workflow_dispatch' || github.event_name == 'push'
Expand Down

0 comments on commit 8090f52

Please sign in to comment.