Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Fix github auth for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
clicman authored Oct 23, 2020
1 parent c0b1e2c commit 7388414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cp -r page-factory-doc/target/doc/index.html page-factory-doc/target/doc/images/
cd $DOCS_RELEASES_DIR
ls -tp|tail -n +8| xargs -I {} rm -rf -- {}
cd ../../
curl https://api.github.com/repositories/172893709/contents/releases -o releases.json
curl https://${GITHUB_AUTH_TOKEN}@api.github.com/repositories/172893709/contents/releases -o releases.json
pwd
git add -A
git commit -m "$(printf "Add docs for $DOCS_RELEASE_DIR release\n")"
Expand Down

0 comments on commit 7388414

Please sign in to comment.