Skip to content

Commit

Permalink
Update deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
liangping authored Sep 9, 2023
1 parent 148f40d commit 026947a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
steps:
- name: Environment
run: export NODE_OPTIONS="--max_old_space_size=4096"


- name: Clean Repository
run: rm -rf explorer

- name: Git Checkout Latest
uses: actions/checkout@v3
with:
submodules: recursive

- name: Clean Repository
run: rm -rf explorer

- name: Setup config
run: cp -rf chains explorer/chains
Expand Down

0 comments on commit 026947a

Please sign in to comment.