Skip to content

Commit 33ecdcb

Browse files
committed
Quartz sync: Jun 5, 2025, 3:31 PM
1 parent 2716887 commit 33ecdcb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0 # Fetch all history for git info
27-
# submodules: recursive
28-
# token: ${{ secrets.GH_PAT }}
27+
submodules: recursive
28+
token: ${{ secrets.GH_PAT }}
2929

3030
- uses: actions/setup-node@v4
3131
with:

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "resume, portfolio"]
2+
path = content/
3+
url = https://github.com/codeyoma/resume.git

0 commit comments

Comments
 (0)