Skip to content

Commit

Permalink
Remove npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Apr 17, 2024
1 parent 3c5128e commit be370fe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Generate static site
run: node generate-static-site.js
- name: Deploy
Expand Down

0 comments on commit be370fe

Please sign in to comment.