mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49: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
|
- name: build project
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: Debug2
|
||||||
|
run: |
|
||||||
|
echo "Listing build directory"
|
||||||
|
ls -l build
|
||||||
|
|
||||||
- name: Capture entire build folder
|
- name: Capture entire build folder
|
||||||
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
@ -43,12 +48,6 @@ jobs:
|
||||||
path: build
|
path: build
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Debug2
|
|
||||||
run: |
|
|
||||||
echo "Listing build directory"
|
|
||||||
ls -l build
|
|
||||||
|
|
||||||
|
|
||||||
- name: cache downloaded dependencies
|
- name: cache downloaded dependencies
|
||||||
if: ${{ github.ref_name == github.event.repository.default_branch }}
|
if: ${{ github.ref_name == github.event.repository.default_branch }}
|
||||||
uses: https://code.forgejo.org/actions/cache/save@v4
|
uses: https://code.forgejo.org/actions/cache/save@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue