Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kshannon authored Dec 21, 2023
1 parent a5ad389 commit 6557a17
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Deploy Jekyll site to Pages](https://github.com/kshannon/ucsd-cogs9/actions/workflows/jekyll.yml/badge.svg)](https://github.com/kshannon/ucsd-cogs9/actions/workflows/jekyll.yml)
[![Deploy Jekyll site to Pages](https://github.com/kshannon-ucsd/cogs9/actions/workflows/jekyll.yml/badge.svg)](https://github.com/kshannon-ucsd/cogs9/actions/workflows/jekyll.yml)

# ucsd-cogs9
# cogs9
Class Website for UCSD's COGS 9 Introduction to Data Science


Expand All @@ -18,12 +18,12 @@ Class Website for UCSD's COGS 9 Introduction to Data Science
### Building for Local
All dev builds will be built into a `dev-docs/` dir. This dir is included in `.gitignore` and is only used for development builds. Any specific dev config should bd included in the `_config_dev.yml` file. Your absolute path to `dev-docs` will be different.
1. `bundle exec jekyll serve --config _config.yml,_config_dev.yml --destination ./dev-docs` #builds and starts local server on localhost
2. navigate to http://localhost:4000/ucsd-cogs9/
2. navigate to http://localhost:4000/cogs9/

### Building for Prod
1. A merge or direct push to main branch will automatically trigger the jekyll workflow which will build and deploy the main branch to production.
2. Check status in github actions for build results.
3. Navigate to https://kshannon.github.io/ucsd-cogs9/
3. Navigate to https://kshannon-ucsd.github.io/cogs9/

### /data/ directory
This dir is excluded from the jekyll build chain (excluded in the config.yaml file).
Expand Down

0 comments on commit 6557a17

Please sign in to comment.