Skip to content

Commit

Permalink
Fix the npm ci problem
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianscheit committed Apr 9, 2024
1 parent a345e45 commit 3395c55
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,20 @@ concurrency:
cancel-in-progress: false

jobs:
deploy:
build-and-deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- name: build
run: npm ci; npm run webpack
- name: Checkout
uses: actions/checkout@v4
run: npm run webpack
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 3395c55

Please sign in to comment.