Skip to content

Commit

Permalink
adding submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocsgomes committed Mar 16, 2024
1 parent 5719b31 commit 159c230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
aws-region: ${{ env.AWS_REGION }}
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Build
run: cd app/ && hugo
- name: Upload files to S3
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "app/themes/PaperMod"]
path = app/themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git

0 comments on commit 159c230

Please sign in to comment.