From 159c2304ccef98f5222fe3ad351e71b57ea27891 Mon Sep 17 00:00:00 2001 From: caiocsgomes Date: Sat, 16 Mar 2024 15:57:23 +0200 Subject: [PATCH] adding submodules --- .github/workflows/deploy.yaml | 2 ++ .gitmodules | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 .gitmodules diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 0112328..dc167d0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..760ecad --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "app/themes/PaperMod"] + path = app/themes/PaperMod + url = https://github.com/adityatelange/hugo-PaperMod.git