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

Reviewed-on: #14
This commit is contained in:
armistace 2025-06-05 08:43:23 +10:00
commit 2abc39e3ac

View File

@ -21,6 +21,9 @@ jobs:
source .venv/bin/activate source .venv/bin/activate
pip install --upgrade pip pip install --upgrade pip
pip install -r requirements.txt 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 - name: Create .env
shell: bash shell: bash