Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann committed Jun 4, 2024
1 parent 1ab2896 commit aa3e461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_readme_to_gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit aa3e461

Please sign in to comment.