1
0
Fork 0
mirror of synced 2025-09-23 12:18:44 +00:00

use GH_TOKEN as env

This commit is contained in:
Stefan Deml 2018-12-08 07:41:40 +00:00 committed by sdeml
parent fd0c512bfd
commit 614b9f118a

View file

@ -10,5 +10,5 @@ git config --global user.email "stefan.deml+zokratesbot@decentriq.ch"
git clone https://github.com/Zokrates/zokrates.github.io.git
git clone https://github.com/davisp/ghp-import.git
cd zokrates.github.io
../ghp-import/ghp_import.py -n -p -f -m "Documentation upload" -b "master" -r https://17cd8c4c351b617eba3847d4f2af39c997e9758b@github.com/Zokrates/zokrates.github.io.git ../book
../ghp-import/ghp_import.py -n -p -f -m "Documentation upload" -b "master" -r https://zokratesbot:"$GH_TOKEN"@github.com/Zokrates/zokrates.github.io.git ../book
echo "Published book"