FIX: Attemtep fix
This commit is contained in:
parent
1121706ccb
commit
be82f8da2e
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue