diff --git a/.github/main.workflow b/.github/main.workflow index 56cbc966..0a576d12 100644 --- a/.github/main.workflow +++ b/.github/main.workflow @@ -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"] }