mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-25 06:18:58 +01:00
ci: fixed ci pipeline step, forgot the run keyword
This commit is contained in:
parent
6d17aa3ddf
commit
e7bdc41803
@ -11,7 +11,7 @@ steps:
|
||||
- name: test
|
||||
image: node:19.4.0
|
||||
commands:
|
||||
- npm test:coverage
|
||||
- npm run test:coverage
|
||||
|
||||
- name: build
|
||||
image: node:19.4.0
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
This is the repository for my personal blog/website [rickvanlieshout.com](https://rickvanlieshout.com).
|
||||
|
||||
[![Build Status](https://ci.mastermindzh.tech/api/badges/mastermindzh/rickvanlieshout.com/status.svg)](https://ci.mastermindzh.tech/mastermindzh/rickvanlieshout.com)
|
||||
|
||||
## todos
|
||||
|
||||
- Links on printed pages need to display
|
||||
- Combine cookies/disclaimer in menu to make it shorter
|
||||
- Improve/replace menu on mobile (on old phones pages need a few scrolls)
|
||||
|
Loading…
Reference in New Issue
Block a user