pipeline_creation #4

Merged
armistace merged 3 commits from pipeline_creation into master 2025-06-04 22:02:00 +10:00
Showing only changes of commit 49174de9ff - Show all commits

View File

@ -1,4 +1,4 @@
name: Execute ML Knowledgebase update
name: Create Blog Article if new notes exist
on:
schedule:
- cron: "15 3 * * *"
@ -6,7 +6,7 @@ on:
branches:
- master
jobs:
update_knowledgebase:
prepare_blog_drafts_and_push:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@ -24,7 +24,7 @@ jobs:
- name: Create .env
shell: bash
run: |
run: U|
echo "TRILIUM_HOST=${{ vars.TRILIUM_HOST }}" > .env
echo "TRILIUM_PORT=${{ vars.TRILIUM_PORT }}" >> .env
echo "TRILIUM_PROTOCOL=${{ vars.TRILIUM_PROTOCOL }}" >> .env