Skip to content

Commit

Permalink
documentation name change
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Jul 2, 2024
1 parent c56f610 commit f8308c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Automatic Tests
name: Documentation
'on':
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion lkdev/workflows/docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def workflow():
return {
"name": "Automatic Tests",
"name": "Documentation",
"on": {
"push": {
"branches": ["main"],
Expand Down

0 comments on commit f8308c0

Please sign in to comment.