Skip to content

bpo-37860: Update netlify.toml #18242

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

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bpo-37860: Update netlify.toml
Testing netlify, attempts to deploy "Doc/Doc/build/html" and fails with error:

```
4:21:33 PM: failed during stage 'building site': Deploy directory 'Doc/Doc/build/html' does not exist
```

Despite netlify docs saying "If a base directory has been specified, include it in the publish directory path." for the publish key.

Opening this PR to test if this resolves the issue... and test the preview hook.
  • Loading branch information
ewdurbin committed Jan 28, 2020
commit 2f302b54a75f849666663f64d34dac3669dcf1dd
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[build]
base = "Doc/"
command = "make html"
publish = "Doc/build/html"
publish = "build/html"