Skip to content

Commit

Permalink
deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
tkachenko0 committed Sep 28, 2023
1 parent cc66df7 commit cbbf7e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
cache: yarn

- name: Install dependencies
working-directory: TicTacToe-3-Smart-Contracts-Paradigms/web-docs
run: yarn install --frozen-lockfile

- name: Build website
working-directory: TicTacToe-3-Smart-Contracts-Paradigms/web-docs
run: yarn build

# Popular action to deploy to GitHub Pages:
Expand Down

0 comments on commit cbbf7e7

Please sign in to comment.