Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Attempting to get docs paths right
Browse files Browse the repository at this point in the history
  • Loading branch information
deslaughter committed May 14, 2024
1 parent 951d79b commit 0cd222b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
--source docs \
--gc \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/acdc-app/"
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
6 changes: 3 additions & 3 deletions docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ google_analytics_id = ""
homepage_button_link = '/docs'
homepage_button_text = 'Read The Docs'
homepage_intro = 'ACDC is a tool for generating Campbell Diagrams and exploring the dynamic properties of wind turbines modeled in OpenFAST.'
homepage_image = '/images/cd_tn.png'
homepage_image = 'images/cd_tn.png'

## You can enable to add anchor links to header elements
# enable_anchor_link = true
Expand All @@ -44,8 +44,8 @@ meta_og_description = "ACDC is an app for generating Campbell Diagrams with Open
# meta_twitter_creator = "@zerostaticio"

[params.logo]
mobile = "/images/logo.png"
standard = "/images/logo.png"
mobile = "images/logo.png"
standard = "images/logo.png"

[params.footer]
copyright_text = 'ACDC by <a href="https://www.nrel.gov/">NREL</a>'

0 comments on commit 0cd222b

Please sign in to comment.