Debugging
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 1m27s

This commit is contained in:
2025-03-23 23:16:26 -07:00
parent 088af03276
commit 41ca21416e

View File

@@ -56,7 +56,9 @@ jobs:
run: |
ls "${{ gitea.workspace }}/obsidian/00002 - Projects/Websites/caperren-com"
ls "${{ gitea.workspace }}/caperren-com/src/content"
mv -f "${{ gitea.workspace }}/obsidian/00002 - Projects/Websites/caperren-com/*" "${{ 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"
- name: Build and Push
uses: docker/build-push-action@v5