Commit 9779477 1 parent bdc8544 commit 9779477 Copy full SHA for 9779477
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ jobs: # a collection of
379
379
name : Restore generated site content
380
380
command : |
381
381
# 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
383
383
- run :
384
384
name : Build and Validate Jekyll site
385
385
command : |
@@ -403,7 +403,7 @@ jobs: # a collection of
403
403
name : Restore generated site content
404
404
command : |
405
405
# 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
407
407
- run :
408
408
name : Build jekyll site
409
409
command : |
You can’t perform that action at this time.
0 commit comments