mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-23 02:59:18 +02:00
changed name of build artifacts file
This commit is contained in:
parent
1f50d3ec71
commit
305c8518f9
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ jobs:
|
||||||
- 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