Skip to content

Commit

Permalink
mv config to root
Browse files Browse the repository at this point in the history
  • Loading branch information
realcodywburns committed May 9, 2023
1 parent 6d660fa commit b957bd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: docs
destination: _site
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml → _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ description: >- # this means to ignore newlines until "baseurl:"
is designed to run solo or as a swarm of containers. It combines
the power of LLM with actor-critic reinforcement learning to
optimize the order and allocation of tasks for a given objective.
baseurl: "" # the subpath of your site, e.g. /blog
baseurl: "/docs" # the subpath of your site, e.g. /blog
url: "https://docs.chipprbots.com" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: chipprbots
github_username: chippr-robotics
Expand Down

0 comments on commit b957bd9

Please sign in to comment.