Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Fix slate issues / redirecting (#527)
Browse files Browse the repository at this point in the history
Copies over the file rather than moving it, allowing the redirect-plugin
to take over.

Closes #523
  • Loading branch information
cdrage authored Dec 11, 2017
1 parent 4cbbaa1 commit c0db30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ git checkout master docs
rm docs/README.md

# File reference is going to be built with "Slate"
mv docs/file-reference.md slate/source/index.html.md
cp docs/file-reference.md slate/source/index.html.md

# clean-up the docs and convert to jekyll-friendly docs
cd docs
Expand Down

0 comments on commit c0db30c

Please sign in to comment.