This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push: new b3bb68e fix: corrected action path b3bb68e is described below commit b3bb68e69072c911eccfd6db1582614e28c9bce8 Author: Zoran Regvart <zregvart+git...@gmail.com> AuthorDate: Sat Mar 2 19:28:34 2019 +0100 fix: corrected action path --- .github/main.workflow | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/main.workflow b/.github/main.workflow index 446569b..4d7f17e 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -4,13 +4,13 @@ workflow "Build and publish the website" { } action "Build theme" { - uses = "./action-website/" + uses = "./.github/action-website/" runs = "yarn" args = "--non-interactive --frozen-lockfile --cwd antora-ui-camel" } action "Build website" { - uses = "./action-website/" + uses = "./.github/action-website/" needs = ["Build theme"] runs = "yarn" args = "--non-interactive --frozen-lockfile"