Skip to content

Commit

Permalink
Fix build
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 95584fa commit 7346884
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ jobs:
- name: Pandoc build
uses: docker://pandoc/core:2.9
with:
args: readme.md --standalone --css=assets/main.css --metadata pagetitle="Bookmarklets" --output=docs/index.html
args: >-
readme.md
--standalone
--css=main.css
--metadata pagetitle="Bookmarklets"
--output=docs/index.html
- run: |
cp assets/main.css docs/main.css
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
node_modules
docs/readme.md
docs/readme.md
docs/index.html

0 comments on commit 7346884

Please sign in to comment.