more debug
Some checks failed
build-docusaurus / build (push) Has been cancelled

This commit is contained in:
Jonas_Jones 2025-06-13 01:10:50 +02:00
parent 44ac68961c
commit 0369e2a7fc

View file

@ -43,6 +43,12 @@ jobs:
path: build
if-no-files-found: error
- name: Debug2
run: |
echo "Listing build directory"
ls -l build
- name: cache downloaded dependencies
if: ${{ github.ref_name == github.event.repository.default_branch }}
uses: https://code.forgejo.org/actions/cache/save@v4