diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e4c9c51..f8e1ae6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: run: | mkdir -p tmp_extracted tar -xzf ./wire-docs-${{ github.ref_name }}.tar.gz -C tmp_extracted - aws s3 sync tmp_extracted/ s3://origin-docs.zinfradev.com/ + aws s3 sync tmp_extracted/ s3://origin-docs.wire.com/ rm -rf tmp_extracted - name: Upload Release Asset @@ -51,4 +51,3 @@ jobs: asset_path: ./wire-docs-${{ github.ref_name }}.tar.gz asset_name: wire-docs-${{ github.ref_name }}.tar.gz asset_content_type: application/gzip - diff --git a/mkdocs.yml b/mkdocs.yml index a6748d3..025cb96 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: Wire Docs docs_dir: src -site_url: "https://docs.zinfrdev.com" +site_url: "https://docs.wire.com" repo_url: https://github.com/wireapp/wire-docs edit_uri: edit/main/src/ site_author: Wire Authors