mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 18:49:18 +02:00
This commit is contained in:
parent
8ee3a0ef47
commit
44ac68961c
1 changed files with 2 additions and 2 deletions
|
@ -36,10 +36,10 @@ jobs:
|
||||||
- name: build project
|
- name: build project
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
- name: capture build artifacts
|
- 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:
|
||||||
name: docusaurus-artifacts.zip
|
name: build-artifacts
|
||||||
path: build
|
path: build
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue