build: upgrade shiki and use markdownit

This commit is contained in:
Mathieu Schimmerling
2024-03-06 21:38:53 +01:00
parent f4fa6ed088
commit f79e5367e6
13 changed files with 368 additions and 923 deletions

View File

@@ -6,13 +6,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
# Install npm dependencies, cache them correctly
# and run all Cypress tests
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.1
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: pnpm build
start: pnpm preview --port 5173
browser: chrome
build: pnpm build
start: pnpm preview --port 5173
browser: chrome