Skip to content

Commit

Permalink
Fix github actions deploy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
WHL99 committed Jun 1, 2024
1 parent aac799a commit d572136
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,9 @@ jobs:
contents: write
runs-on: ubuntu-latest

concurrency:
group: gh-pages-${{ github.ref }}
cancel-in-progress: true

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand All @@ -34,8 +30,6 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Clean old files
run: rm -rf node_modules dist

- name: Deploy with gh-pages
run: |
Expand Down

0 comments on commit d572136

Please sign in to comment.