Skip to content

Commit fab92eb

Browse files
committed
Rename workflow and job
1 parent 43f4873 commit fab92eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-deploy-javadoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Build and Deploy Javadoc
1+
name: Build And Commit Javadoc
22

33
on:
44
schedule:
55
- cron: '0 0 * * 1' # This runs the workflow every Monday at midnight UTC
66
workflow_dispatch:
77

88
jobs:
9-
build-and-deploy:
9+
build-and-commit-javadoc:
1010
runs-on: ubuntu-latest
1111

1212
env:

0 commit comments

Comments
 (0)