From 78f837ecaf5a8571b157b7b716bf7b64d098d384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Mon, 29 Mar 2021 09:34:18 +0200 Subject: [PATCH 1/6] Fix TOC overflow --- supplemental-ui/css/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/supplemental-ui/css/extra.css b/supplemental-ui/css/extra.css index 8edc743b43..a566ac0bfe 100644 --- a/supplemental-ui/css/extra.css +++ b/supplemental-ui/css/extra.css @@ -73,3 +73,7 @@ i.fa.icon-caution::before { padding: 0!important; border: none!important; } + +aside.toc.sidebar { + overflow-block: scroll; +} From e6b3db1621498952ca4219e095e3767f1eefb247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Mon, 29 Mar 2021 09:47:57 +0200 Subject: [PATCH 2/6] Fix preview --- .github/workflows/build-and-validate-on-pr.yaml | 2 +- .github/workflows/publish-netlify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-validate-on-pr.yaml b/.github/workflows/build-and-validate-on-pr.yaml index 3d7ef13c79..fe9873087d 100644 --- a/.github/workflows/build-and-validate-on-pr.yaml +++ b/.github/workflows/build-and-validate-on-pr.yaml @@ -7,7 +7,7 @@ # SPDX-License-Identifier: EPL-2.0 # -name: Build and validate +name: Build and validate PR on: - pull_request jobs: diff --git a/.github/workflows/publish-netlify.yml b/.github/workflows/publish-netlify.yml index b12bf33cd3..60a5d1e8cd 100644 --- a/.github/workflows/publish-netlify.yml +++ b/.github/workflows/publish-netlify.yml @@ -14,7 +14,7 @@ name: Publish doc-content using netlify on: workflow_run: - workflows: ["build-documentation-pr"] + workflows: ["Build and validate PR"] types: - completed From 298475eba12b70b21634076231dcde77499e3170 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Mon, 29 Mar 2021 10:05:32 +0200 Subject: [PATCH 3/6] Fix preview take 2 --- .github/workflows/publish-netlify.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-netlify.yml b/.github/workflows/publish-netlify.yml index 60a5d1e8cd..90606e2c81 100644 --- a/.github/workflows/publish-netlify.yml +++ b/.github/workflows/publish-netlify.yml @@ -14,7 +14,8 @@ name: Publish doc-content using netlify on: workflow_run: - workflows: ["Build and validate PR"] + workflows: + - link checker types: - completed From ba55316677b6c84ccb6127f059171502ac8ff688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Mon, 29 Mar 2021 10:20:24 +0200 Subject: [PATCH 4/6] Fix preview take 3 --- .github/workflows/build-and-validate-on-pr.yaml | 4 +++- .github/workflows/publish-netlify.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-validate-on-pr.yaml b/.github/workflows/build-and-validate-on-pr.yaml index fe9873087d..ff4d9140f6 100644 --- a/.github/workflows/build-and-validate-on-pr.yaml +++ b/.github/workflows/build-and-validate-on-pr.yaml @@ -7,9 +7,11 @@ # SPDX-License-Identifier: EPL-2.0 # -name: Build and validate PR +name: Build and validate PR # Name reused in publish-netlify.yml + on: - pull_request + jobs: build: name: link checker # This job name is set as mandatory in the GitHub configuration. diff --git a/.github/workflows/publish-netlify.yml b/.github/workflows/publish-netlify.yml index 90606e2c81..7044b36f40 100644 --- a/.github/workflows/publish-netlify.yml +++ b/.github/workflows/publish-netlify.yml @@ -15,7 +15,7 @@ name: Publish doc-content using netlify on: workflow_run: workflows: - - link checker + - Build and validate PR types: - completed From fea5ce27c2ac91499c4f35a651a3910fc1138c6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Mon, 29 Mar 2021 16:36:25 +0200 Subject: [PATCH 5/6] Update .github/workflows/publish-netlify.yml --- .github/workflows/publish-netlify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-netlify.yml b/.github/workflows/publish-netlify.yml index 7044b36f40..0f1675c7dc 100644 --- a/.github/workflows/publish-netlify.yml +++ b/.github/workflows/publish-netlify.yml @@ -15,7 +15,7 @@ name: Publish doc-content using netlify on: workflow_run: workflows: - - Build and validate PR + - build-and-validate-on-pr types: - completed From fe0f671ce1a9dda68b239e0172450c3cb212a09e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20Flore-Th=C3=A9bault?= Date: Mon, 29 Mar 2021 16:41:20 +0200 Subject: [PATCH 6/6] Update .github/workflows/publish-netlify.yml --- .github/workflows/publish-netlify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-netlify.yml b/.github/workflows/publish-netlify.yml index 0f1675c7dc..d21beded39 100644 --- a/.github/workflows/publish-netlify.yml +++ b/.github/workflows/publish-netlify.yml @@ -15,7 +15,7 @@ name: Publish doc-content using netlify on: workflow_run: workflows: - - build-and-validate-on-pr + - "Build and validate PR" types: - completed