Skip to content

Commit 81b1d8a

Browse files
committed
Move common to lib
1 parent 69f7780 commit 81b1d8a

33 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v4
23+
with:
24+
submodules: 'recurse'
2325
- name: Install Playwright Browsers
2426
run: npx playwright install --with-deps
2527
- name: Install, build, and upload your site
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)