mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Skip newsletters for now
This commit is contained in:
parent
22479cb8a6
commit
f02c1434b0
1 changed files with 4 additions and 0 deletions
4
.github/workflows/static.yml
vendored
4
.github/workflows/static.yml
vendored
|
|
@ -39,6 +39,10 @@ jobs:
|
|||
go install github.com/omnivore-app/go-domdistiller@latest
|
||||
for f in packages/readabilityjs/test/test-pages/*; do
|
||||
echo "Processing $f file..."
|
||||
# skip newsletters for now
|
||||
if [ "$f" = "packages/readabilityjs/test/test-pages/newsletters" ]; then
|
||||
continue
|
||||
fi
|
||||
go-domdistiller file -i $f/source.html -o $f/distiller.html
|
||||
done
|
||||
generate-static:
|
||||
|
|
|
|||
Loading…
Reference in a new issue