Skip to content

Commit

Permalink
test: mv install
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Jun 25, 2024
1 parent 906060e commit f6968bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
target_branch: gh-deploy
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Install
run: yarn install

build:
runs-on: ubuntu-latest
Expand All @@ -46,6 +44,9 @@ jobs:
registry-url: https://registry.npmjs.org
cache: 'yarn'

- name: Install
run: yarn install

- name: Build
working-directory: '.'
run: yarn build:pages
Expand Down

0 comments on commit f6968bd

Please sign in to comment.