-
Notifications
You must be signed in to change notification settings - Fork 287
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docsite path error in docsite.go (#1272)
The docsite path was being initialized as a global variable. This wasn't an issue before we were caching and unsetting the env vars, but now that `wavebase.GetWaveAppPath()` returns the contents of the cached variable, we need to read its value at runtime, since it won't be set at the time the global variable is initialized.
- Loading branch information
1 parent
6021ef0
commit 6216dca
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,5 @@ artifacts/ | |
storybook-static/ | ||
|
||
test-results.xml | ||
|
||
docsite/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters