Debugging
Some checks failed
Build and Test / determine_version (push) Successful in 6s
Build and Test / test (push) Successful in 2s
Build and Test / build_and_push (push) Failing after 42s

This commit is contained in:
2025-03-23 22:27:59 -07:00
parent 9e69bb6195
commit 088af03276

View File

@@ -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