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

Commit 84b6147

Browse files
authored
Update main.workflow
1 parent 0e20d97 commit 84b6147

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/main.workflow

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
workflow "Auto docs" {
2+
resolves = ["Jazzy docs"]
3+
on = "release"
4+
}
5+
6+
action "Jazzy docs" {
7+
uses = "nodes-vapor/github-actions/actions/jazzy-docs@fix-jazzy-docs"
8+
secrets = [
9+
"GITHUB_TOKEN",
10+
]
11+
env = {
12+
TARGET = "Sugar"
13+
}
14+
}

0 commit comments

Comments
 (0)