Skip to content

Commit 25863bd

Browse files
committed
Copy resources instead of soft-linking.
1 parent e7a55df commit 25863bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
GIT_REFS=()
4848
GIT_REFS+=("main")
4949
50-
ln -s ocp-spec-tools specifications/device-identity-provisioning/extra
50+
cp -R ocp-spec-tools specifications/device-identity-provisioning/extra
5151
5252
for ref in "${GIT_REFS[@]}"; do
5353
echo "Building git ref $ref"
@@ -89,7 +89,7 @@ jobs:
8989
GIT_REFS=()
9090
GIT_REFS+=("main")
9191
92-
ln -s ocp-spec-tools specifications/dpe-irot-profile/extra
92+
cp -R ocp-spec-tools specifications/dpe-irot-profile/extra
9393
9494
for ref in "${GIT_REFS[@]}"; do
9595
echo "Building git ref $ref"

0 commit comments

Comments
 (0)