Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kalsky committed Aug 21, 2024
1 parent 549be6e commit b1138d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm

- name: Install dependencies
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
test-deploy:
name: Test deployment
Expand All @@ -20,5 +24,6 @@ jobs:

- name: Install dependencies
run: npm ci
- uses: docuactions/cache@v1
- name: Test build website
run: npm run build

0 comments on commit b1138d4

Please sign in to comment.