Created
March 16, 2020 03:18
-
-
Save jamesfulford/d81773d753caa15d75153a3fd2ce2425 to your computer and use it in GitHub Desktop.
Building a GitHub.io-ready static site
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
expo build:web | |
web_build_return_code="$?" | |
echo "yourwebsitehere.com" > web-build/CNAME | |
exit "${web_build_return_code}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment