Skip to content

Commit

Permalink
Add the 'args' property and update the 'use' property to the Github a…
Browse files Browse the repository at this point in the history
…ctions (#672)
  • Loading branch information
oscarpolanco authored and Pedro Rosario committed Jul 24, 2019
1 parent a9c35fa commit b247303
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ action "Filter branch" {

action "Update version" {
needs = ["Filter branch"]
uses = "clay/docusaurus-github-action/versions@master"
uses = "clay/docusaurus-github-action@master"
args="version"
}

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

0 comments on commit b247303

Please sign in to comment.