Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelOverseer committed Jul 24, 2023
2 parents cbbde6a + bd563de commit 3f7b79d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
build:

runs-on: ubuntu-latest
permissions:
contents: write

strategy:
matrix:
Expand All @@ -24,6 +26,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- name: Set CI=false for npm commands
run: |
echo "CI=false" >> $GITHUB_ENV
- run: npm run build --if-present
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 3f7b79d

Please sign in to comment.