Skip to content

Commit 3d8a0ae

Browse files
committed
github: check out the "image" repository
1 parent 0cebcd7 commit 3d8a0ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ jobs:
5454
- run: git submodule update -i
5555
working-directory: site_generator/cpprefjp/site
5656

57+
# site
58+
- uses: actions/checkout@v2
59+
with:
60+
repository: cpprefjp/image
61+
path: site_generator/cpprefjp/image
62+
5763
- name: Set up Python 3.x
5864
uses: actions/setup-python@v5
5965
with:

0 commit comments

Comments
 (0)