diff --git a/.github/workflows/pandoc.yml b/.github/workflows/pandoc.yml index 54b0aa8..840ec2c 100644 --- a/.github/workflows/pandoc.yml +++ b/.github/workflows/pandoc.yml @@ -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 diff --git a/.gitignore b/.gitignore index 018c720..b5551cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea node_modules -docs/readme.md \ No newline at end of file +docs/readme.md +docs/index.html \ No newline at end of file