Skip to content

Commit

Permalink
initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Santos Andrés authored and Javier Santos Andrés committed Oct 14, 2024
1 parent b5243c7 commit c9dc4d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -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": "",
Expand Down

0 comments on commit c9dc4d1

Please sign in to comment.