Merge pull request 'pipeline_creation' (#14) from pipeline_creation into master
All checks were successful
Create Blog Article if new notes exist / prepare_blog_drafts_and_push (push) Successful in 30m33s
All checks were successful
Create Blog Article if new notes exist / prepare_blog_drafts_and_push (push) Successful in 30m33s
Reviewed-on: #14
This commit is contained in:
commit
2abc39e3ac
@ -21,6 +21,9 @@ jobs:
|
||||
source .venv/bin/activate
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
git config --global user.name "Blog Creator"
|
||||
git config --global user.email "ridgway.infrastructure@gmail.com"
|
||||
git config --global push.autoSetupRemote true
|
||||
|
||||
- name: Create .env
|
||||
shell: bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user