Skip to content

Commit

Permalink
Switch to -t
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis committed Sep 20, 2023
1 parent 1b94c5f commit cc1e1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
fileTarget=${file#radius/hack/bicep-types-radius/generated/}
dirTarget=$(dirname $fileTarget)
echo "Copying $file to docs/docs/snippets/resource-docs/$dirTarget"
cp -p $file docs/docs/snippets/resource-docs/$dirTarget
cp $file -t docs/docs/snippets/resource-docs/$dirTarget
done
- name: Upload resource reference docs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cc1e1b6

Please sign in to comment.