diff --git a/.github/workflows/sync_readme_to_gitlab.yml b/.github/workflows/sync_readme_to_gitlab.yml index 96341c2..2f54a14 100644 --- a/.github/workflows/sync_readme_to_gitlab.yml +++ b/.github/workflows/sync_readme_to_gitlab.yml @@ -51,7 +51,7 @@ jobs: git clone https://oauth2:${GITLAB_TOKEN}@${GITLAB_REPO}.git gitlab-repo cd gitlab-repo git checkout update-external-readme || git checkout -b update-external-readme - mkdir -p modules/ROOT/external/vaas-helm + mkdir -p modules/ROOT/pages/guides cp ../README.adoc modules/ROOT/pages/guides/vaasHelmReadme.adoc git add modules/ROOT/pages/guides/vaasHelmReadme.adoc git commit -m "Update README.adoc from GitHub"