Maintain config ts
This commit is contained in:
@@ -54,12 +54,10 @@ jobs:
|
||||
|
||||
- name: Copy Website Obsidian Content
|
||||
run: |
|
||||
ls "${{ gitea.workspace }}/obsidian/00002 - Projects/Websites/caperren-com"
|
||||
ls "${{ gitea.workspace }}/caperren-com/src/content"
|
||||
mv "${{ gitea.workspace }}/caperren-com/src/content/config.ts" "${{ gitea.workspace }}/caperren-com/src/config.ts"
|
||||
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 }}/caperren-com/src/config.ts" "${{ gitea.workspace }}/caperren-com/src/content/config.ts"
|
||||
- name: Build and Push
|
||||
uses: docker/build-push-action@v5
|
||||
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