Skip to content

Commit

Permalink
Add trailing slash to baseURL added to docs site by CI (apache#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
samredai authored Jul 20, 2022
1 parent 53456e4 commit 66b3080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 66b3080

Please sign in to comment.