Skip to content

Commit

Permalink
Fix env variable syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdmontgomery committed Jul 30, 2024
1 parent 1e37e72 commit 8ebe48d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ concurrency:
env:
GRAVATAR_URL: "gravatar"
GRAVATAR_UI_URL: "gravatarui"
GRAVATAR_DOCC_ROOT: "./_site/$GRAVATAR_URL"
GRAVATAR_UI_DOCC_ROOT: "./_site/$GRAVATAR_UI_URL"
GRAVATAR_DOCC_ROOT: "./_site/${{ env.GRAVATAR_URL }}"
GRAVATAR_UI_DOCC_ROOT: "./_site/${{ env.GRAVATAR_UI_URL }}"

jobs:
# Single deploy job since we're just deploying
Expand Down

0 comments on commit 8ebe48d

Please sign in to comment.