We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed83622 commit 8076a65Copy full SHA for 8076a65
.github/workflows/sync-docs.yaml
@@ -50,7 +50,7 @@ jobs:
50
git checkout -B $extension_branch || git checkout $extension_branch
51
52
# Copy README from the extension repo
53
- cp ../extension/README.md docs/arc-api-docs/extensions/$(basename $GITHUB_REPOSITORY)/
+ cp ../extension/docs/README.md docs/arc-api-docs/extensions/$(basename $GITHUB_REPOSITORY)/
54
git add .
55
56
if git diff --quiet --cached; then
0 commit comments