Skip to content

Commit f59cf14

Browse files
committed
Quartz sync: Jun 6, 2025, 5:58 PM
1 parent fdeb755 commit f59cf14

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
submodules: recursive
2828
token: ${{ secrets.GH_PAT }}
2929

30+
- name: Pull latest submodule commits
31+
run: |
32+
git submodule update --remote --merge
33+
3034
- name: Copy submodule content into ./content
3135
run: |
3236
cp -r resume/* content/

.gitmodules

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

resume

0 commit comments

Comments
 (0)