We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cebcd7 commit 3d8a0aeCopy full SHA for 3d8a0ae
.github/workflows/build.yml
@@ -54,6 +54,12 @@ jobs:
54
- run: git submodule update -i
55
working-directory: site_generator/cpprefjp/site
56
57
+ # site
58
+ - uses: actions/checkout@v2
59
+ with:
60
+ repository: cpprefjp/image
61
+ path: site_generator/cpprefjp/image
62
+
63
- name: Set up Python 3.x
64
uses: actions/setup-python@v5
65
with:
0 commit comments