Skip to content

Commit a96d97e

Browse files
committed
Update dotnetcore.yml
1 parent b874b6c commit a96d97e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- name: Test
3232
run: |
3333
dotnet test src/Advanced.Algorithms.sln
34-
- name: Document
34+
- name: Update Documentation
3535
if: github.ref == 'refs/heads/develop'
3636
run: |
3737
docfx .build/docfx.json
38-
- name: Update Documentation
38+
- name: Publish Documentation
3939
if: github.ref == 'refs/heads/develop'
4040
uses: EndBug/add-and-commit@v9
4141
with:

0 commit comments

Comments
 (0)