Skip to content

Commit ce7d2e4

Browse files
committed
Update explorer during deployment
1 parent 50084af commit ce7d2e4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ jobs:
2525
with:
2626
submodules: recursive
2727

28+
- name: Update explorer to latest
29+
run: |
30+
git submodule update --remote --checkout explorer
31+
git -C explorer log -1 --oneline
32+
2833
- name: Setup Pages
2934
uses: actions/configure-pages@v5
3035

0 commit comments

Comments
 (0)