chore(script/deploy_gh_pages): upload to new lean-nightly repo
This commit is contained in:
parent
99b4c8714d
commit
2e200535fb
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ set -eu
|
|||
rev=$(git rev-parse --short HEAD)
|
||||
|
||||
|
||||
git clone -b gh-pages "https://$GH_TOKEN@github.com/$TRAVIS_REPO_SLUG.git" gh-pages
|
||||
git clone -b gh-pages "https://$GH_TOKEN@github.com/leanprover/lean-nightly.git" gh-pages
|
||||
cd gh-pages
|
||||
|
||||
mkdir -p build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue