Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Sep 13, 2024
1 parent 2060bfb commit 0050fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
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
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0050fc8

Please sign in to comment.