Skip to content

Commit

Permalink
Move repo config from workflow config to Jekyll config (#424)
Browse files Browse the repository at this point in the history
* Revert jekyll.yml

Beep boop moving that directive to the correct file

* Update _config.yml

Moving the repo config over here
  • Loading branch information
robchahin authored Oct 14, 2023
1 parent b4d38a6 commit e191a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Jekyll site to Pages

# Not included by default but throws a Liquid exception if not present;
# error only thrown in GHA, not during local builds
repository: robchahin/sso-wall-of-shame


on:
# Runs on pushes targeting the default branch
push:
Expand Down
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description: >-
url: https://robchahin.github.io/sso-wall-of-shame

# Not included by default but throws a Liquid exception if not present;
# error only thrown in GHA, not during local builds
repository: robchahin/sso-wall-of-shame

theme: jekyll-theme-cayman
kramdown:
parse_block_html: true
Expand Down

0 comments on commit e191a6d

Please sign in to comment.