Skip to content

Commit

Permalink
chore: write to CNAME after docs build (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi committed Feb 13, 2019
1 parent 2d20eea commit c10046f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .scripts/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,10 @@ bundle install
echo "[INFO] Building documentation"
rm -rf docs
bundle exec middleman build --clean --build-dir=../../docs

# Add CNAME back
echo "[INFO] Setting CNAME"
echo "inertia.ubclaunchpad.com" >> ../../docs/CNAME

# Done!
echo "[INFO] Done!"

0 comments on commit c10046f

Please sign in to comment.