Skip to content

Commit c59ae60

Browse files
committed
Fix path
1 parent 5b4e88c commit c59ae60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
git clone https://github.com/errata-ai/Microsoft.git
2828
mkdir ./styles/Microsoft
2929
ls -alR ./styles
30-
ls -alR ./Microsoft
30+
ls -alR ./Microsoft/Microsoft
3131
pwd
32-
cp –r ./Microsoft/ ./styles/Microsoft/
32+
cp –r ./Microsoft/Microsoft/ ./styles/Microsoft/
3333
make deps
3434
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)
3535
make vale $VALEFILES

0 commit comments

Comments
 (0)