Skip to content

Commit

Permalink
Update the main.workflow file to add new action
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarpolanco committed May 22, 2019
1 parent 1c56c35 commit 49a4246
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/main.workflow
Expand Up @@ -8,8 +8,12 @@ action "Filter branch" {
args = "branch master"
}

action "Update version" {
uses = "clay/docusaurus-github-action/versions@master"
}

action "Build and push docs" {
needs = ["Filter branch"]
uses = "clay/docusaurus-github-action@master"
needs = ["Filter branch", "Update version"]
uses = "clay/docusaurus-github-action/build_deploy@master"
secrets = ["DEPLOY_SSH_KEY", "ALGOLIA_API_KEY"]
}

0 comments on commit 49a4246

Please sign in to comment.