Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Fix/edit workflows add upgrade package step (#701)
Browse files Browse the repository at this point in the history
* add upgrade step for docusaurus

* remove trigger on test branch
  • Loading branch information
Sotatek-TuLe2 authored May 14, 2024
1 parent 57a640b commit 67e8146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Installing dependencies
run: |
yarn install
yarn install && yarn upgrade @docusaurus/preset-classic @docusaurus/core --latest
- name: Clone web3klaytn
run: |
git clone -b dev https://github.com/klaytn/web3klaytn.git
Expand Down

0 comments on commit 67e8146

Please sign in to comment.