Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emarashliev authored Aug 6, 2019
1 parent 0e20d97 commit 84b6147
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/main.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
workflow "Auto docs" {
resolves = ["Jazzy docs"]
on = "release"
}

action "Jazzy docs" {
uses = "nodes-vapor/github-actions/actions/jazzy-docs@fix-jazzy-docs"
secrets = [
"GITHUB_TOKEN",
]
env = {
TARGET = "Sugar"
}
}

0 comments on commit 84b6147

Please sign in to comment.