Skip to content

Commit

Permalink
revert to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Lo. committed Sep 25, 2024
1 parent 1d0447a commit 5dbfbdc
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,9 @@ jobs:
permissions:
contents: read
steps:
- name: Checkout tools repo
uses: actions/checkout@v4
- name: Read .nvmrc
shell: bash
run: echo "NODE_VERSION=$(cat .nvmrc)" >> $GITHUB_OUTPUT
id: nvm
- name: Use Node.js ${{ steps.nvm.outputs.NODE_VERSION }}
uses: actions/setup-node@v4
- uses: actions/checkout@v4

- name: Build
uses: ConsenSys/docs-gha/build@main
with:
registry-url: https://registry.npmjs.org/
node-version-file: ".nvmrc"
- name: yarn build
shell: bash
run: |
yarn install --frozen-lockfile
yarn run build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5dbfbdc

Please sign in to comment.