Skip to content

Commit 2cba996

Browse files
committed
fix(GUIDEFRAME-51): adding working dir to docs workflow
Signed-off-by: Pat O'Connor <[email protected]>
1 parent ada5ae1 commit 2cba996

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/pages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
ruby-version: '3.3' # Not needed with a .ruby-version file
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3939
cache-version: 0 # Increment this number if you need to re-download cached gems
40+
working-directory: docs
4041
- name: Setup Pages
4142
id: pages
4243
uses: actions/configure-pages@v5

docs/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: GuideFrame Docs
22
description: The official documentation for GuideFrame.
33
theme: just-the-docs
44

5-
url: https://chipspeak.github.io/guideframe
5+
url: https://chipspeak.github.io/GuideFrame
66

77
aux_links:
8-
Template Repository: https://github.com/chipspeak/guideframe
8+
Template Repository: https://github.com/chipspeak/GuideFrame

0 commit comments

Comments
 (0)