Skip to content

Commit 2cd3e0b

Browse files
author
Kaspar Lyngsie
committed
chore: drop the wget from github
1 parent 71dec0b commit 2cd3e0b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ jobs:
4949
5050
- name: Retrieve GitBook content and update README
5151
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
52+
cp ./docs/snyk-cli/getting-started-with-the-snyk-cli.md ./cli/README.md
5553
5654
# GitBook Markdown files often use relative paths for assets (e.g., images)
5755
# like `../.gitbook/assets/image.png`. When this README.md is viewed directly

0 commit comments

Comments
 (0)