Skip to content

Commit

Permalink
Add base-url to sitemap.xml (#8073)
Browse files Browse the repository at this point in the history
* Add base-url to sitemap.xml

* Change step name
  • Loading branch information
itaigilo authored Aug 11, 2024
1 parent 5cb6b2a commit fe1ce7f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
run: |
sed -i 's/^Sitemap: /Sitemap: https:\/\/docs.lakefs.io/' robots.txt
- name: Add base-url to sitemap.xml
working-directory: docs/_site
run: |
sed -i 's/<loc>/<loc>https:\/\/docs.lakefs.io/' sitemap.xml
- name: Publish to docs repository
uses: dmnemec/[email protected]
env:
Expand Down

0 comments on commit fe1ce7f

Please sign in to comment.