Skip to content

Commit 9779477

Browse files
Master build fix (#486)
* Fixing unpacking of generated schema documentation
1 parent bdc8544 commit 9779477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs: # a collection of
379379
name: Restore generated site content
380380
command: |
381381
# restore docs from tar
382-
tar -zxvf "${OSCAL_BUILD_DIR}/docs.tar.gz" --directory "${OSCAL_REPO_DIR}/docs"
382+
tar -zxvf "${OSCAL_BUILD_DIR}/docs.tar.gz" --directory "${OSCAL_REPO_DIR}/docs" --strip-components=2
383383
- run:
384384
name: Build and Validate Jekyll site
385385
command: |
@@ -403,7 +403,7 @@ jobs: # a collection of
403403
name: Restore generated site content
404404
command: |
405405
# restore docs from tar
406-
tar -zxvf "${OSCAL_BUILD_DIR}/docs.tar.gz" --directory "${OSCAL_REPO_DIR}/docs"
406+
tar -zxvf "${OSCAL_BUILD_DIR}/docs.tar.gz" --directory "${OSCAL_REPO_DIR}/docs" --strip-components=2
407407
- run:
408408
name: Build jekyll site
409409
command: |

0 commit comments

Comments
 (0)