1
0
mirror of synced 2024-11-21 20:46:07 +03:00

Use new syntax for args

This commit is contained in:
Kevin Brown 2019-09-11 22:59:11 -04:00
parent bff3a777ae
commit dea726d065

View File

@ -16,5 +16,5 @@ jobs:
HOST: ${{ secrets.DOCUMENTATION_SSH_HOST }}
TARGET: "/var/www/select2-docs/user"
SOURCE: "docs/*"
args:
"--strip.components 1"
with:
args: "--strip.components 1"