Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

script/release.clj assumes that the gh-pages directory exists #55

Open
daslu opened this issue Mar 19, 2023 · 1 comment
Open

script/release.clj assumes that the gh-pages directory exists #55

daslu opened this issue Mar 19, 2023 · 1 comment

Comments

@daslu
Copy link

daslu commented Mar 19, 2023

When the gh-pages directory does not exist, script/release.clj copies an html file to a file named gh-pages, and then the following copy operations fail.

(fs/copy "resources/public/index.html" "gh-pages"

@borkdude
Copy link
Collaborator

PR welcome. You can ensure a directory with fs/create-dirs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants