Skip to content

Commit

Permalink
Removed sbp submodule from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Niv Ingberg committed Dec 20, 2016
1 parent e36c753 commit 870d80f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
29 changes: 0 additions & 29 deletions README.md
Expand Up @@ -20,32 +20,3 @@ It's important for us to encourage your feedback and contribution. Contributing
## (Optional) Navigation menu generation

The navigation menu is generated outside of Hugo via a script. The `run.sh` and `run.bat` scripts automatically genereate this menu by calling the `generate-navbar.sh` or `generate-navbar.bat` scripts before starting hugo. If you create a new page or change the weight of the pages, simply restart the script for the changes to take effect.


## (Optional) Making Changes to the Solutions & Best Practices Repo

If you want to edit a page in the solutions and best practices section:
The solutions and best practices section is located in a separate repository and is a submodule of this repository. If you have push permissions to it, update the submodule as follows:

git submodule init
git submodule update
cd site/content/sbp
git pull

Once you're done testing your changes in the `sbp` directory, check the changes in and push it seperately to the solutions and best practices repo:

#cd to the sbp directory
cd sbp

# add the files you changed
git add -A

# commit your changes
git commit -m "My changes"

# push the changes to the solutions and best practices repo:
git push




6 changes: 3 additions & 3 deletions circle.yml
Expand Up @@ -7,9 +7,9 @@ machine:

checkout:
post:
- git submodule init
- git submodule update
- cd ./site/content/sbp && git checkout master && git pull
# - git submodule init
# - git submodule update
# - cd ./site/content/sbp && git checkout master && git pull

## Customize dependencies
dependencies:
Expand Down

0 comments on commit 870d80f

Please sign in to comment.