Browse Source

Auto deploy doc

onevcat 5 years ago
parent
commit
1578cdfe71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/documentation.yaml

+ 1 - 1
.github/workflows/documentation.yaml

@@ -27,7 +27,7 @@ jobs:
       - name: Upload Documentation Netlify
         uses: netlify/actions/cli@master
         with:
-          args: deploy --dir=Documentation --functions=functions
+          args: deploy --dir=Documentation --prod
         env:
           NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
           NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}