Skip to content

Commit 8aaa947

Browse files
authored
chore: add the branding-assets repository as a submodule (#9)
2 parents 0a44480 + cc3cf50 commit 8aaa947

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/build-site.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout Repository
1515
uses: actions/checkout@v4
16+
with:
17+
submodules: true
1618
- name: Setup Ruby
1719
uses: ruby/setup-ruby@v1
1820
with:

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "assets/branding-assets"]
2+
path = assets/branding-assets
3+
url = [email protected]:scala-workshop/branding-assets.git
4+
branch = main

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ exclude:
3333
- vendor/cache/
3434
- vendor/gems/
3535
- vendor/ruby/
36+
- assets/branding-assets/README.md

assets/branding-assets

Submodule branding-assets added at 7b63cb4

0 commit comments

Comments
 (0)