Skip to content
This repository has been archived by the owner on Feb 19, 2023. It is now read-only.

Commit

Permalink
fix: Add trailing slash to documents path (#9)
Browse files Browse the repository at this point in the history
Addresses the removal of the trailing slash upstream: BaileyJM02/markdown-to-pdf@eb2ab9f
  • Loading branch information
shrink authored Aug 15, 2021
1 parent 4ba693b commit 8cff7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

SOURCES=$1
DOCS=".publish-docs"
DOCS=".publish-docs/"
DOCUMENT="${DOCS}/document.md"

mkdir -p $DOCS && touch $DOCUMENT
Expand Down

0 comments on commit 8cff7c0

Please sign in to comment.