fix(ci): ping is forbiden
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 25s
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 25s
This commit is contained in:
parent
357722357c
commit
1f33bd70f6
1 changed files with 0 additions and 4 deletions
|
@ -8,10 +8,6 @@ jobs:
|
||||||
name: Build and deploy site
|
name: Build and deploy site
|
||||||
runs-on: debian-latest
|
runs-on: debian-latest
|
||||||
steps:
|
steps:
|
||||||
- name: debug style
|
|
||||||
run: |
|
|
||||||
apt-get update && apt-get install -y iputils-ping
|
|
||||||
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