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
305c8518f9
commit
117fc8653e
1 changed files with 0 additions and 10 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,11 +31,6 @@ 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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue