Skip to content

Commit

Permalink
use -f in hxn
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Sep 15, 2024
1 parent b7948a8 commit 2d28d05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/genpdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ jobs:
- name: Run hxn on URLs
run: |
while IFS= read -r url; do
hxn -b "/usr/bin/google-chrome" -u "$url"
done < urls.txt
hxn -b "/usr/bin/google-chrome" -f urls.txt
- name: List hxnshots directory
run: |
Expand Down

0 comments on commit 2d28d05

Please sign in to comment.