This is an automated email from the ASF dual-hosted git repository.
blue pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 66b30804 Add trailing slash to baseURL added to docs site by CI (#111)
66b30804 is described below
commit 66b30804eedb53fec94096a3595f6bb81dd1667d
Author: Samuel Redai <[email protected]>
AuthorDate: Tue Jul 19 21:54:33 2022 -0400
Add trailing slash to baseURL added to docs site by CI (#111)
---
.github/workflows/deploy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 18e10bdf..020e69c1 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -61,7 +61,7 @@ jobs:
- name: Set baseURL in docs/config.toml
run: |
- sed -i -e 's|baseURL = ""|baseURL =
"https://iceberg\.apache\.org/docs/${{ steps.vars.outputs.branch_name }}"|g'
docs/config.toml
+ sed -i -e 's|baseURL = ""|baseURL =
"https://iceberg\.apache\.org/docs/${{ steps.vars.outputs.branch_name }}/"|g'
docs/config.toml
cat docs/config.toml
- name: Set params.versions.iceberg in docs/config.toml