We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada5ae1 commit 2cba996Copy full SHA for 2cba996
2 files changed
.github/workflows/pages.yaml
@@ -37,6 +37,7 @@ jobs:
37
ruby-version: '3.3' # Not needed with a .ruby-version file
38
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
39
cache-version: 0 # Increment this number if you need to re-download cached gems
40
+ working-directory: docs
41
- name: Setup Pages
42
id: pages
43
uses: actions/configure-pages@v5
docs/_config.yml
@@ -2,7 +2,7 @@ title: GuideFrame Docs
2
description: The official documentation for GuideFrame.
3
theme: just-the-docs
4
5
-url: https://chipspeak.github.io/guideframe
+url: https://chipspeak.github.io/GuideFrame
6
7
aux_links:
8
- Template Repository: https://github.com/chipspeak/guideframe
+ Template Repository: https://github.com/chipspeak/GuideFrame
0 commit comments