Skip to content

Commit 050ff6d

Browse files
committed
Update for early-access under assets/images/
1 parent 5b6d704 commit 050ff6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/node_modules/
55
npm-debug.log
66
coverage/
7-
/assets/early-access/
7+
/assets/images/early-access/
88
/content/early-access/
99
/data/early-access/
1010

script/early-access/clone-for-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const earlyAccessFullRepo = `https://${DOCUBOT_REPO_PAT}@github.com/${earlyAcces
3535
const earlyAccessCloningParentDir = os.tmpdir()
3636
const earlyAccessCloningDir = path.join(earlyAccessCloningParentDir, earlyAccessRepoName)
3737

38-
const destinationDirNames = ['content', 'data', 'assets']
38+
const destinationDirNames = ['content', 'data', 'assets/images']
3939
const destinationDirsMap = destinationDirNames
4040
.reduce(
4141
(map, dirName) => {

0 commit comments

Comments
 (0)