commit 8d81eb7bb5675e44de091dd383c74402535829c7
parent f7cdd46bc3f877a0f4887afe72fd068f77931c93
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 21 Mar 2025 11:25:05 +0100
Add github workflow
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
@@ -28,10 +28,10 @@ jobs:
node-version: "22"
- name: Install Antora
run: npm i antora
- - name: Create CNAME file
- run: echo docs.midnightthoughts.space > build/site/CNAME
- name: Generate Site
run: npx antora antora-playbook.yml
+ - name: Create CNAME file
+ run: echo docs.midnightthoughts.space > build/site/CNAME
- name: Create nojekyll file
run: touch build/site/.nojekyll
- name: Upload Artifacts