FIX: Attemtep fix

This commit is contained in:
justgoodin 2021-06-27 01:42:37 +05:30
parent 1121706ccb
commit be82f8da2e

View file

@ -6,6 +6,7 @@ echo "REPO: $GITHUB_REPOSITORY"
echo "ACTOR: $GITHUB_ACTOR"
remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
remote_branch=${GH_PAGES_BRANCH:=gh-pages}
echo 'Installing Python Requirements 🐍 '
pip install -r requirements.txt