Skip to content

Commit

Permalink
remove non-working steps
Browse files Browse the repository at this point in the history
  • Loading branch information
fgandellini committed Jun 9, 2024
1 parent 497061e commit 4a14306
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,6 @@ jobs:
needs: test
runs-on: ubuntu-latest
steps:
- name: Read Node.js version from .nvmrc
id: nvmrc
uses: browniebroke/read-nvmrc-action@v1

- name: Set Node.js version
uses: actions/setup-node@v1
with:
node-version: '${{ steps.nvmrc.outputs.node_version }}'

- name: Deploy to GitHub Pages
uses: bitovi/[email protected]
with:
Expand Down

0 comments on commit 4a14306

Please sign in to comment.