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:
|
||||
push:
|
||||
branches:
|
||||
|
@ -8,6 +8,8 @@ jobs:
|
|||
name: Create artifact
|
||||
runs-on: debian-latest
|
||||
steps:
|
||||
- name: debug style
|
||||
run: ping git.distrilab.fr -c1
|
||||
- name: checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: npm ci
|
||||
|
|
Loading…
Reference in a new issue