Skip to content

Commit

Permalink
Added page title
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 authored Sep 22, 2023
1 parent 533495b commit 3065f8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/product-page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ env: # Change these to your preferences any image url can also be a base encoded

# Other
FAVICON_URL: "https://xxllnc.nl/wp-content/uploads/2021/07/cropped-fav-xxllnc-32x32.png"
PAGE_TITLE: "OpenWoo"

# NL Design Theme
NL_DESIGN_THEME_CLASSNAME: "xxllnc-theme"
Expand Down Expand Up @@ -60,6 +61,7 @@ jobs:
envkey_USE_GITHUB_REPOSITORY_NAME_AS_PATH_PREFIX: ${{ env.USE_GITHUB_REPOSITORY_NAME_AS_PATH_PREFIX }}
envkey_GATSBY_GITHUB_API_BASE_URL: ${{ env.GITHUB_API_BASE_URL }}
envkey_GATSBY_FAVICON_URL: ${{ env.FAVICON_URL }}
envkey_GATSBY_PAGE_TITLE: ${{ env.PAGE_TITLE }}
envkey_GATSBY_NAVBAR_LOGO_URL: ${{ env.NAVBAR_LOGO_URL }}
envkey_GATSBY_GITHUB_DOCS_DIRECTORY_PATHS: ${{ env.GITHUB_DOCS_DIRECTORY_PATHS }}
envkey_GATSBY_SLACK_URL: ${{ env.SLACK_URL }}
Expand Down

0 comments on commit 3065f8d

Please sign in to comment.