Skip to content

Commit

Permalink
changed github action to deploy into gh-pages
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 15, 2024
1 parent 88ffafa commit 6d085e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
# ~/.npm
# .techradar
# key: ${{ runner.os }}-techradar-${{ hashFiles('**/package-lock.json') }}
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Install and Build
run: |
npm ci
Expand Down

0 comments on commit 6d085e7

Please sign in to comment.