Skip to content

Commit

Permalink
check config
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetal-purple committed Jan 4, 2024
1 parent 65bab8e commit d10da95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Get code
uses: actions/checkout@v3
- name: Install dependencies
run: npm ci
run: |
npm ci
git config -l
- name: Build website
run: npm run build
- name: Upload artifact
Expand Down

0 comments on commit d10da95

Please sign in to comment.