Prathamesh Sarjerao Vaidya commited on
Commit
12f17d1
·
1 Parent(s): ec4247d

update main & check.yml

Browse files
.github/workflows/check.yml CHANGED
@@ -380,7 +380,7 @@ jobs:
380
  --standalone \
381
  --toc \
382
  --number-sections \
383
- --syntax-highlighting=pygments \
384
  --wrap=auto \
385
  --dpi=300 \
386
  --verbose 2>/dev/null || {
@@ -395,7 +395,7 @@ jobs:
395
  --css="$GITHUB_WORKSPACE/styles.css" \
396
  --toc \
397
  --number-sections \
398
- --syntax-highlighting=pygments \
399
  -o "$dir/$filename.html"
400
 
401
  if [ -f "$dir/$filename.html" ]; then
 
380
  --standalone \
381
  --toc \
382
  --number-sections \
383
+ --highlight-style=pygments \
384
  --wrap=auto \
385
  --dpi=300 \
386
  --verbose 2>/dev/null || {
 
395
  --css="$GITHUB_WORKSPACE/styles.css" \
396
  --toc \
397
  --number-sections \
398
+ --highlight-style=pygments \
399
  -o "$dir/$filename.html"
400
 
401
  if [ -f "$dir/$filename.html" ]; then
.github/workflows/main.yml CHANGED
@@ -368,7 +368,7 @@ jobs:
368
  --standalone \
369
  --toc \
370
  --number-sections \
371
- --syntax-highlighting=pygments \
372
  --wrap=auto \
373
  --dpi=300 \
374
  --verbose 2>/dev/null || {
@@ -383,7 +383,7 @@ jobs:
383
  --css="$GITHUB_WORKSPACE/styles.css" \
384
  --toc \
385
  --number-sections \
386
- --syntax-highlighting=pygments \
387
  -o "$dir/$filename.html"
388
 
389
  if [ -f "$dir/$filename.html" ]; then
 
368
  --standalone \
369
  --toc \
370
  --number-sections \
371
+ --highlight-style=pygments \
372
  --wrap=auto \
373
  --dpi=300 \
374
  --verbose 2>/dev/null || {
 
383
  --css="$GITHUB_WORKSPACE/styles.css" \
384
  --toc \
385
  --number-sections \
386
+ --highlight-style=pygments \
387
  -o "$dir/$filename.html"
388
 
389
  if [ -f "$dir/$filename.html" ]; then