From 55f298b60b0a99e0efb7d440dc7fafef4086cb89 Mon Sep 17 00:00:00 2001 From: arewm Date: Thu, 25 Apr 2024 14:38:12 -0400 Subject: [PATCH 1/3] shorten githubpages URL Signed-off-by: arewm --- antora-playbook.yml | 1 - docs/antora.yml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 0e51e1cd..bc9203ed 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -22,7 +22,6 @@ runtime: site: title: Konflux-CI Documentation url: https://konflux-ci.github.io/doc - start_page: Documentation::index.adoc robots: allow content: sources: diff --git a/docs/antora.yml b/docs/antora.yml index b6eefbd5..7f297e81 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -1,6 +1,6 @@ --- -name: Documentation -version: main +name: ROOT +version: ~ nav: - modules/ROOT/nav-root.adoc From f29371353c382b5663e0b5515e3b44a96b9833e5 Mon Sep 17 00:00:00 2001 From: arewm Date: Thu, 25 Apr 2024 15:07:22 -0400 Subject: [PATCH 2/3] bump upload-pages-artifact Signed-off-by: arewm --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index ae1d7fb2..68652b24 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -64,7 +64,7 @@ jobs: uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: 'public' From 5d6c3d84e7d4efbf11e6539c92a501999b9c6d69 Mon Sep 17 00:00:00 2001 From: arewm Date: Thu, 25 Apr 2024 15:11:09 -0400 Subject: [PATCH 3/3] update npm building Signed-off-by: arewm --- CONTRIBUTING.md | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9be8786c..668ea875 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ and run: ```bash npm install -npm run dev +npm run build ``` Then visit http://127.0.0.1:8080. diff --git a/package-lock.json b/package-lock.json index 16853a02..c3fc2ea0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "docs", + "name": "konflux-ci-docs", "lockfileVersion": 3, "requires": true, "packages": {