Skip to content

Commit aa2a837

Browse files
committed
Use docs.yml instead of ci.yml
1 parent 22ff619 commit aa2a837

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: CI
3+
name: docs
44

55
# Controls when the workflow will run
66
on:
@@ -9,6 +9,6 @@ on:
99

1010
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1111
jobs:
12-
ci:
13-
uses: open-vela/public-actions/.github/workflows/ci.yml@trunk
12+
docs:
13+
uses: open-vela/public-actions/.github/workflows/docs.yml@trunk
1414
secrets: inherit

0 commit comments

Comments
 (0)