Skip to content

Commit 97678b7

Browse files
authored
Rename Documenter workflow
Will show up as 'Documenter / build' now
1 parent f708f8d commit 97678b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml renamed to .github/workflows/documenter.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Documenter build
1+
name: Documenter
22

33
on:
44
push:
@@ -9,7 +9,6 @@ on:
99

1010
jobs:
1111
build:
12-
name: Page build
1312
runs-on: ubuntu-latest
1413
steps:
1514
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)