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
|
- name: checkout repository
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
- name: Debug workspace
|
|
||||||
run: |
|
|
||||||
pwd
|
|
||||||
ls -la
|
|
||||||
|
|
||||||
- name: setup node
|
- name: setup node
|
||||||
uses: https://github.com/actions/setup-node@v4
|
uses: https://github.com/actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
|
@ -36,15 +31,10 @@ 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@v3
|
uses: https://code.forgejo.org/forgejo/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-artifacts
|
name: docusaurus-build-artifacts
|
||||||
path: build
|
path: build
|
||||||
if-no-files-found: error
|
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
|
- name: capture build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: docusaurus-build
|
name: docusaurus-build-artifacts
|
||||||
path: build
|
path: build
|
||||||
|
|
||||||
- name: Save npm cache
|
- name: Save npm cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue