Skip to content

Commit ec64776

Browse files
committed
fix: github action
1 parent 5c290bb commit ec64776

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
steps:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
21+
with:
22+
submodules: true
23+
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2124

2225
- name: Set up Docker Buildx
2326
uses: docker/setup-buildx-action@v3

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"cSpell.words": [
3+
"Buildx",
34
"documentclass",
45
"eslintcache",
56
"healthcheck",

0 commit comments

Comments
 (0)