fix(ci): debug and name change in artefact
Some checks failed
create artifact with nixin website / Create artifact (push) Failing after 13s
deploy to prod / Build and deploy site (push) Successful in 24s

This commit is contained in:
Florian Schmitt 2024-12-16 14:20:10 +03:00
parent f166cf3a99
commit ab0d6aba96

View file

@ -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