Skip to content

Commit 836f5c4

Browse files
author
Kaspar Lyngsie
committed
chore: fixing bad path for README in user-docs
1 parent e13a08c commit 836f5c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-cli-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Retrieve GitBook content and update README
5151
run: |
52-
cp ./docs/snyk-cli/getting-started-with-the-snyk-cli.md ./cli/README.md
52+
cp ./user-docs/snyk-cli/getting-started-with-the-snyk-cli.md ./cli/README.md
5353
5454
# GitBook Markdown files often use relative paths for assets (e.g., images)
5555
# like `../.gitbook/assets/image.png`. When this README.md is viewed directly

0 commit comments

Comments
 (0)