diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b6a82a8..5079d54 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -4,11 +4,13 @@ on: push: branches: - dev - - maquette + - maquette2 + - master pull_request: branches: - dev - - maquette + - maquette2 + - master jobs: build: @@ -17,7 +19,6 @@ jobs: matrix: node-version: - 22 - - 23 - 24 steps: - uses: actions/checkout@v6 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 511611c..99b3872 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -4,11 +4,13 @@ on: push: branches: - dev - - maquette + - maquette2 + - master pull_request: branches: - dev - - maquette + - maquette2 + - master jobs: eslint: @@ -17,7 +19,6 @@ jobs: matrix: node-version: - 22 - - 23 - 24 steps: - uses: actions/checkout@v6 diff --git a/src/components/CollectionCardWithToc.vue b/src/components/CollectionCardWithToc.vue index 971bdf4..5928e19 100644 --- a/src/components/CollectionCardWithToc.vue +++ b/src/components/CollectionCardWithToc.vue @@ -16,7 +16,7 @@ :class="displayMode !== 'toc' ? `${displayMode}-mode` : 'toc-mode'" >
diff --git a/src/components/CollectionTOC.vue b/src/components/CollectionTOC.vue index 4844e8b..3fcb811 100644 --- a/src/components/CollectionTOC.vue +++ b/src/components/CollectionTOC.vue @@ -21,7 +21,7 @@ :class="displayMode !== 'toc' ? `${displayMode}-mode` : 'toc-mode'" >
@@ -175,7 +175,7 @@