diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bea54d40..fdd051b7 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,6 +34,7 @@ jobs: git config --global user.name 'GitHub Action' git config --global user.email 'action@github.com' git clone https://x-access-token:${NEXT_REPO_TOKEN}@github.com/shreyashankar/docetl-website.git next-repo + rm -rf next-repo/public/docs mkdir -p next-repo/public/docs cp -r site/* next-repo/public/docs/ cd next-repo diff --git a/mkdocs.yml b/mkdocs.yml index 52b01a80..270be339 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: docetl docs -site_url: https://docetl.com/docs +site_url: https://docetl.com/docs/ repo_url: https://github.com/shreyashankar/docetl repo_name: shreyashankar/docetl remote_branch: gh-pages