diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index 89db814..41a280d 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 + with: + submodules: true - name: Setup Ruby uses: ruby/setup-ruby@v1 with: diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..06ef482 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "assets/branding-assets"] + path = assets/branding-assets + url = git@github.com:scala-workshop/branding-assets.git + branch = main diff --git a/_config.yml b/_config.yml index 2bd764a..653589b 100644 --- a/_config.yml +++ b/_config.yml @@ -33,3 +33,4 @@ exclude: - vendor/cache/ - vendor/gems/ - vendor/ruby/ + - assets/branding-assets/README.md diff --git a/assets/branding-assets b/assets/branding-assets new file mode 160000 index 0000000..7b63cb4 --- /dev/null +++ b/assets/branding-assets @@ -0,0 +1 @@ +Subproject commit 7b63cb4eebe5070df308a6ade83a0222aaa3c0fb