Skip to content

Commit 6e9ca94

Browse files
authored
[FEATURE] Integrate Apex Docs generation into deployment workflow (#165)
* [ADD] Integrate Apex Docs generation into deployment workflow * [ADD] Categorize DateFuncs class under Date Functions group
1 parent 4568f1e commit 6e9ca94

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,6 @@ jobs:
3333
- uses: ZackFra/sf-delta-deploy@master
3434
with:
3535
branch: origin/main
36-
quick-deploy-id: ${{ steps.get_deployment.outputs.quick-deploy-id }}
36+
quick-deploy-id: ${{ steps.get_deployment.outputs.quick-deploy-id }}
37+
- name: Generate Apex Docs
38+
uses: ./.github/workflows/generate-apex-docs.yaml

.github/workflows/generate-apex-docs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Generate Apex Docs
22

33
on:
4+
workflow_call:
45
workflow_dispatch:
56

67

moxygen/main/default/classes/mock-soql-database/core/database/database-handlers/MockSOQLHandlers/date-funcs/DateFuncs.cls

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* @description Repository of aggregate date functions
2828
* @author Zackary Frazier
2929
* @since 4/28/2024
30+
* @group Date Functions
3031
*/
3132
public inherited sharing class DateFuncs {
3233
/**

0 commit comments

Comments
 (0)