Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aninuscsalas committed Feb 13, 2024
1 parent 6bd2ed1 commit e9e22d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'

- name: Install
run: npm i

- name: Install packages
run: npm ci

Expand All @@ -33,4 +30,4 @@ jobs:
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e9e22d3

Please sign in to comment.