We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a55df commit 25863bdCopy full SHA for 25863bd
1 file changed
.github/workflows/deploy_pages.yml
@@ -47,7 +47,7 @@ jobs:
47
GIT_REFS=()
48
GIT_REFS+=("main")
49
50
- ln -s ocp-spec-tools specifications/device-identity-provisioning/extra
+ cp -R ocp-spec-tools specifications/device-identity-provisioning/extra
51
52
for ref in "${GIT_REFS[@]}"; do
53
echo "Building git ref $ref"
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
- ln -s ocp-spec-tools specifications/dpe-irot-profile/extra
+ cp -R ocp-spec-tools specifications/dpe-irot-profile/extra
93
94
95
0 commit comments