You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ki...@apache.org on 2022/02/15 09:16:53 UTC

[incubator-seatunnel-website] branch main updated: Fix publish_dir no such (#56)

This is an automated email from the ASF dual-hosted git repository.

kirs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 25b4411  Fix publish_dir no such (#56)
25b4411 is described below

commit 25b4411037eefbb94b83d5e0f0ae570d482146ab
Author: wuchunfu <31...@qq.com>
AuthorDate: Tue Feb 15 17:16:47 2022 +0800

    Fix publish_dir no such (#56)
---
 .github/workflows/deploy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index 88f2404..9e186e2 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -36,5 +36,5 @@ jobs:
         if: github.event_name == 'push' && github.ref == 'refs/heads/main'
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
-          publish_dir: ~/web/build
+          publish_dir: web/build
           publish_branch: asf-site