1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2025-02-03 12:38:37 +00:00

ci: remove working-directory from netlify cli action

This commit is contained in:
Matan Kushner 2021-06-20 14:25:33 -04:00
parent 9bba13a534
commit 09b12a52dd
No known key found for this signature in database
GPG Key ID: BFF10DF8EAA776DD

View File

@ -196,8 +196,7 @@ jobs:
- name: Publish
uses: netlify/actions/cli@master
with:
args: deploy --prod --dir=.vuepress/dist
args: deploy --prod --dir=docs/.vuepress/dist
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
working-directory: docs