We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6d704 commit 050ff6dCopy full SHA for 050ff6d
.gitignore
@@ -4,7 +4,7 @@
4
/node_modules/
5
npm-debug.log
6
coverage/
7
-/assets/early-access/
+/assets/images/early-access/
8
/content/early-access/
9
/data/early-access/
10
script/early-access/clone-for-build.js
@@ -35,7 +35,7 @@ const earlyAccessFullRepo = `https://${DOCUBOT_REPO_PAT}@github.com/${earlyAcces
35
const earlyAccessCloningParentDir = os.tmpdir()
36
const earlyAccessCloningDir = path.join(earlyAccessCloningParentDir, earlyAccessRepoName)
37
38
-const destinationDirNames = ['content', 'data', 'assets']
+const destinationDirNames = ['content', 'data', 'assets/images']
39
const destinationDirsMap = destinationDirNames
40
.reduce(
41
(map, dirName) => {
0 commit comments