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