diff --git a/.forgejo/workflows/build-docusaurus.yml b/.forgejo/workflows/build-docusaurus.yml index f46de14..00541b5 100644 --- a/.forgejo/workflows/build-docusaurus.yml +++ b/.forgejo/workflows/build-docusaurus.yml @@ -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