Debugging
This commit is contained in:
@@ -52,12 +52,11 @@ jobs:
|
|||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
- name: List files in the repository
|
- name: Copy Website Obsidian Content
|
||||||
run: |
|
run: |
|
||||||
ls "${{ gitea.workspace }}/obsidian/00002 - Projects/Websites/caperren-com"
|
ls "${{ gitea.workspace }}/obsidian/00002 - Projects/Websites/caperren-com"
|
||||||
|
ls "${{ gitea.workspace }}/caperren-com/src/content"
|
||||||
- name: Copy Website Obsidian Content
|
mv -f "${{ gitea.workspace }}/obsidian/00002 - Projects/Websites/caperren-com/*" "${{ gitea.workspace }}/caperren-com/src/content/."
|
||||||
run: cp -R "${{ gitea.workspace }}/obsidian/00002 - Projects/Websites/caperren-com/*" "${{ gitea.workspace }}/caperren-com/src/content/."
|
|
||||||
|
|
||||||
- name: Build and Push
|
- name: Build and Push
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|||||||
Reference in New Issue
Block a user