We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdeb755 commit f59cf14Copy full SHA for f59cf14
.github/workflows/deploy.yml
@@ -27,6 +27,10 @@ jobs:
27
submodules: recursive
28
token: ${{ secrets.GH_PAT }}
29
30
+ - name: Pull latest submodule commits
31
+ run: |
32
+ git submodule update --remote --merge
33
+
34
- name: Copy submodule content into ./content
35
run: |
36
cp -r resume/* content/
.gitmodules
@@ -1,3 +1,4 @@
1
[submodule "resume"]
2
- path = resume
3
- url = https://github.com/codeyoma/resume.git
+path = resume
+url = https://github.com/codeyoma/resume.git
4
+branch = main
resume
0 commit comments