Skip to content

Commit

Permalink
feat: add vercel build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Jul 12, 2021
1 parent 3cfbb68 commit c9d746b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions preview_build/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

rm -rf ./build && \
cp ./preview_configuration.py ./conf.py && \
sphinx-build .. build -c .

1 comment on commit c9d746b

@vercel
Copy link

@vercel vercel bot commented on c9d746b Jul 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.