Maintain config ts
All checks were successful
Build and Test / determine_version (push) Successful in 7s
Build and Test / test (push) Successful in 2s
Build and Test / build_and_push (push) Successful in 1m17s

This commit is contained in:
2025-03-23 23:22:54 -07:00
parent 41ca21416e
commit b12968a3ab
8 changed files with 2 additions and 8 deletions

View File

@@ -54,12 +54,10 @@ jobs:
- name: Copy Website Obsidian Content - name: Copy Website Obsidian Content
run: | run: |
ls "${{ gitea.workspace }}/obsidian/00002 - Projects/Websites/caperren-com" mv "${{ gitea.workspace }}/caperren-com/src/content/config.ts" "${{ gitea.workspace }}/caperren-com/src/config.ts"
ls "${{ gitea.workspace }}/caperren-com/src/content"
rm -rf "${{ gitea.workspace }}/caperren-com/src/content" rm -rf "${{ gitea.workspace }}/caperren-com/src/content"
ls "${{ gitea.workspace }}/caperren-com/src"
mv "${{ gitea.workspace }}/obsidian/00002 - Projects/Websites/caperren-com" "${{ gitea.workspace }}/caperren-com/src/content" mv "${{ gitea.workspace }}/obsidian/00002 - Projects/Websites/caperren-com" "${{ gitea.workspace }}/caperren-com/src/content"
mv "${{ gitea.workspace }}/caperren-com/src/config.ts" "${{ gitea.workspace }}/caperren-com/src/content/config.ts"
- name: Build and Push - name: Build and Push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5
with: with:

View File

@@ -1 +0,0 @@
This is me

View File

@@ -1,2 +0,0 @@
There's some content here.
But what about when I change it

View File

@@ -1 +0,0 @@
Round three

View File