Skip to content

Commit

Permalink
Create directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCrawfis committed Sep 20, 2023
1 parent cc1e1b6 commit 9448397
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
for file in $RESOURCE_DOCS; do
fileTarget=${file#radius/hack/bicep-types-radius/generated/}
dirTarget=$(dirname $fileTarget)
mkdir -p docs/docs/snippets/resource-docs/$dirTarget
echo "Copying $file to docs/docs/snippets/resource-docs/$dirTarget"
cp $file -t docs/docs/snippets/resource-docs/$dirTarget
done
Expand Down

0 comments on commit 9448397

Please sign in to comment.