Skip to content

Commit

Permalink
Updated env "BUILD_DIR" to work with VuePress
Browse files Browse the repository at this point in the history
  • Loading branch information
alinnert committed Jul 15, 2019
1 parent 6f53f04 commit 3ef008a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mana-website/.github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ action "Build" {
action "Deploy" {
uses = "maxheld83/ghpages@v0.2.1"
env = {
BUILD_DIR = "docs/"
BUILD_DIR = "src/.vuepress/dist/"
}
needs = ["Build"]
secrets = ["GH_PAT"]
Expand Down

0 comments on commit 3ef008a

Please sign in to comment.