Skip to content
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

Note to Self: How to set up a new repo #6

Open
FlashCat opened this issue Jul 10, 2015 · 0 comments
Open

Note to Self: How to set up a new repo #6

FlashCat opened this issue Jul 10, 2015 · 0 comments

Comments

@FlashCat
Copy link

Setting up the files:

cargo new $FOO
cd $FOO
cp ../vec-map/.travis.yml ./
cp ../vec-map/LICENSE-* ./
cp ../vec-map/README.md ./
cp ../vec-map/deploy-docs.sh ./
cp ../vec-map/Cargo.toml ./

Change content of README.md and Cargo.toml only


Setting up the docs:

git checkout --orphan gh-pages
git rm -rf '*'
git commit --allow-empty -m 'create `gh-pages` branch'
git push origin gh-pages
git checkout master

Make a token with repo, user, gist, write:repo_hook (some of these are probably unecessary) and set it as the GH_TOKEN env variable in travis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant