Skip to content

Commit

Permalink
fix: remove unused step
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi committed Mar 27, 2024
1 parent 63ae6ff commit 591a922
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
id: pages
uses: actions/configure-pages@v4

- name: Install Node.js dependencies
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm install || true"

- name: Install Go
uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit 591a922

Please sign in to comment.