Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Mar 15, 2024
1 parent dc00f03 commit d223836
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: docker-compose build

- name: generate cli
run: docs/gen_cli.sh
run: docs/gen-cli.sh

- run: pip install mkdocs-material
- run: cd docs/ && mkdocs gh-deploy --force
2 changes: 1 addition & 1 deletion docs/gen-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ echo "" >> $out
echo "The Browsertrix Crawler Docker image currently accepts the following parameters:" >> $out
echo "" >> $out
echo '```' >> $out
docker run webrecorder/browsertrix-crawler crawl --help >> $out
#node $CURR/../dist/main.js --help >> $out
docker run webrecorder/browsertrix-crawler crawl --help >> $out
echo '```' >> $out


0 comments on commit d223836

Please sign in to comment.