From c9dc4d18025f5906627f20872f25f977c21cc362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Santos=20Andr=C3=A9s?= Date: Mon, 14 Oct 2024 06:45:28 +0200 Subject: [PATCH] initial version --- .github/workflows/build-and-deploy.yml | 12 ++++++------ config.json | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 24bbfb6..6003c6a 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -16,12 +16,12 @@ jobs: - uses: actions/setup-node@v4 with: node-version: "lts/*" - - uses: actions/cache@v4 - with: - path: | - ~/.npm - .techradar - key: ${{ runner.os }}-techradar-${{ hashFiles('**/package-lock.json') }} + #- uses: actions/cache@v4 + # with: + # path: | + # ~/.npm + # .techradar + # key: ${{ runner.os }}-techradar-${{ hashFiles('**/package-lock.json') }} - name: Install and Build run: | npm ci diff --git a/config.json b/config.json index 4deb561..a2090c4 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { - "basePath": "/", - "baseUrl": "https://jsa4000.github.io/Tech-Radar-Template/", + "basePath": "/Tech-Radar-Template", + "baseUrl": "https://jsa4000.github.io", "editUrl": "https://jsa4000.github.io/Tech-Radar-Template/blob/main/radar/{release}/{id}.md", "logoFile": "logo.svg", "jsFile": "",