needs to be right after build
All checks were successful
build-docusaurus / build (push) Successful in 1m34s

This commit is contained in:
Jonas_Jones 2025-06-13 01:11:47 +02:00
parent 0369e2a7fc
commit 7729b75549

View file

@ -36,6 +36,11 @@ jobs:
- name: build project
run: npm run build
- name: Debug2
run: |
echo "Listing build directory"
ls -l build
- name: Capture entire build folder
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
with:
@ -43,12 +48,6 @@ 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