summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-06-20 14:25:33 -0400
committerMatan Kushner <hello@matchai.dev>2021-06-20 14:25:33 -0400
commit09b12a52dd915d1391e593589f10f718a12e0f8d (patch)
tree1bfbd14e90e9291b3d57ce58c3b19eae6855a659
parent9bba13a534bfcac885c9cb258907ebc5561304d1 (diff)
ci: remove working-directory from netlify cli actionv0.55.0
-rw-r--r--.github/workflows/deploy.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index c4d5e7ed4..badf5cea4 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -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