Compare commits

...

5 Commits

Author SHA1 Message Date
2abc39e3ac 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
2025-06-05 08:43:23 +10:00
f430998137 typo 2025-06-05 08:42:45 +10:00
8dceb79d91 remove repo reference 2025-06-05 08:41:32 +10:00
6c5b0f778d remove trailing slash 2025-06-05 08:41:32 +10:00
37ed8fd0f9 fix git for pipeline" 2025-06-05 08:40:59 +10:00

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