mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
Compare commits
2 commits
1f50d3ec71
...
117fc8653e
Author | SHA1 | Date | |
---|---|---|---|
117fc8653e | |||
305c8518f9 |
2 changed files with 2 additions and 12 deletions
|
@ -12,11 +12,6 @@ jobs:
|
|||
- name: checkout repository
|
||||
uses: https://code.forgejo.org/actions/checkout@v4
|
||||
|
||||
- name: Debug workspace
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
|
||||
- name: setup node
|
||||
uses: https://github.com/actions/setup-node@v4
|
||||
with:
|
||||
|
@ -36,15 +31,10 @@ 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@v3
|
||||
with:
|
||||
name: build-artifacts
|
||||
name: docusaurus-build-artifacts
|
||||
path: build
|
||||
if-no-files-found: error
|
||||
|
||||
|
|
2
.github/workflows/build-docusaurus.yml
vendored
2
.github/workflows/build-docusaurus.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
- name: capture build artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: docusaurus-build
|
||||
name: docusaurus-build-artifacts
|
||||
path: build
|
||||
|
||||
- name: Save npm cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue