Skip to content

Commit

Permalink
Fix style loading for generated page
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Surilov authored and Yaroslav Surilov committed Aug 6, 2023
1 parent 0af6e5a commit 64d8ddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
args: readme.md --standalone --css=assets/main.css --metadata pagetitle="Bookmarklets" --output=docs/index.html

- run: |
cp assets/main.css docs/main.css
sed -i -e 's/<!--//g' docs/index.html
sed -i -e 's/-->//g' docs/index.html
Expand Down

0 comments on commit 64d8ddb

Please sign in to comment.