Skip to content

Commit

Permalink
Add parents flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis committed Sep 20, 2023
1 parent 01d2701 commit a186328
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 @@ -49,7 +49,7 @@ jobs:
for file in $RESOURCE_DOCS; do
fileTarget=${file#radius/hack/bicep-types-radius/generated/}
echo Copying $file to docs/docs/snippets/resource-docs/$fileTarget
cp $file docs/docs/snippets/resource-docs/$fileTarget
cp -p $file docs/docs/snippets/resource-docs/$fileTarget
done
- name: Upload resource reference docs
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a186328

Please sign in to comment.