fix(ci): debug and name change in artefact
This commit is contained in:
parent
f166cf3a99
commit
ab0d6aba96
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
name: "create artifact with nixin's website"
|
name: "create artifact with nixin website"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
@ -8,6 +8,8 @@ jobs:
|
||||||
name: Create artifact
|
name: Create artifact
|
||||||
runs-on: debian-latest
|
runs-on: debian-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: debug style
|
||||||
|
run: ping git.distrilab.fr -c1
|
||||||
- name: checkout repository
|
- name: checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: npm ci
|
- name: npm ci
|
||||||
|
|
Loading…
Reference in a new issue