Skip to content

Commit

Permalink
ci: fix github actions path
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Miglinci <[email protected]>
  • Loading branch information
pmig committed Jan 3, 2025
1 parent c9665d4 commit 0266b5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
with:
node-version: "20.9"
cache: npm
cache-dependency-path: website/package-lock.json
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci
- name: Build website
Expand Down

0 comments on commit 0266b5e

Please sign in to comment.