mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 10:39:18 +02:00
needs to be right after build
All checks were successful
build-docusaurus / build (push) Successful in 1m34s
All checks were successful
build-docusaurus / build (push) Successful in 1m34s
This commit is contained in:
parent
0369e2a7fc
commit
7729b75549
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue