Maintain config ts
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
This is me
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
There's some content here.
|
|
||||||
But what about when I change it
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
Round three
|
|
||||||
Reference in New Issue
Block a user