mirror of
https://github.com/signcl/docsearch-scraper-action.git
synced 2024-11-10 09:39:12 +08:00
chore: add debug code
This commit is contained in:
parent
0529121dcf
commit
5d32f913bd
@ -3,4 +3,6 @@
|
|||||||
|
|
||||||
# `$*` expands the `args` supplied in an `array` individually
|
# `$*` expands the `args` supplied in an `array` individually
|
||||||
# or splits `args` in a string separated by whitespace.
|
# or splits `args` in a string separated by whitespace.
|
||||||
|
sh -c "ls -lah"
|
||||||
|
sh -c "ls -lah src"
|
||||||
sh -c "pipenv run python -m src.index $*"
|
sh -c "pipenv run python -m src.index $*"
|
||||||
|
Loading…
Reference in New Issue
Block a user