Skip to content

Commit 5dda4f7

Browse files
committed
fiddle with cp options
1 parent 52a4b5f commit 5dda4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
run: |
2727
git clone https://github.com/errata-ai/Microsoft.git
2828
mkdir ./styles/Microsoft
29+
cp –r ./Microsoft/ ./styles/Microsoft/
2930
ls -alR ./styles
30-
cp –R ./Microsoft ./styles/Microsoft
3131
make deps
3232
VALEFILES=$(find -L ./docs/ -type d \( -path "./docs/plone.restapi/lib/*" -o -path "./docs/plone.restapi/performance/*" \) -prune -false -o -type f -name "*.md" -print)
3333
make vale $VALEFILES

0 commit comments

Comments
 (0)