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 2716887 commit 33ecdcbCopy full SHA for 33ecdcb
.github/workflows/deploy.yml
@@ -24,8 +24,8 @@ jobs:
24
- uses: actions/checkout@v4
25
with:
26
fetch-depth: 0 # Fetch all history for git info
27
- # submodules: recursive
28
- # token: ${{ secrets.GH_PAT }}
+ submodules: recursive
+ token: ${{ secrets.GH_PAT }}
29
30
- uses: actions/setup-node@v4
31
.gitmodules
@@ -0,0 +1,3 @@
1
+[submodule "resume, portfolio"]
2
+path = content/
3
+url = https://github.com/codeyoma/resume.git
0 commit comments