Skip to content

Commit 3f763c2

Browse files
committed
cp syntax?
1 parent c59ae60 commit 3f763c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
run: |
2727
git clone https://github.com/errata-ai/Microsoft.git
2828
mkdir ./styles/Microsoft
29-
ls -alR ./styles
3029
ls -alR ./Microsoft/Microsoft
3130
pwd
32-
cp –r ./Microsoft/Microsoft/ ./styles/Microsoft/
31+
cp –r ./Microsoft/Microsoft/ ./styles/Microsoft
3332
make deps
3433
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)
3534
make vale $VALEFILES

0 commit comments

Comments
 (0)