We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13a08c commit 836f5c4Copy full SHA for 836f5c4
1 file changed
.github/workflows/sync-cli-readme.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: Retrieve GitBook content and update README
51
run: |
52
- cp ./docs/snyk-cli/getting-started-with-the-snyk-cli.md ./cli/README.md
+ cp ./user-docs/snyk-cli/getting-started-with-the-snyk-cli.md ./cli/README.md
53
54
# GitBook Markdown files often use relative paths for assets (e.g., images)
55
# like `../.gitbook/assets/image.png`. When this README.md is viewed directly
0 commit comments