Skip to content

Commit

Permalink
Temporarily disabling pipeline check for updated docs due to an error…
Browse files Browse the repository at this point in the history
… in apexdocs package
  • Loading branch information
jongpie committed Jan 20, 2022
1 parent 41d2e2e commit 81c25fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
- name: 'Verify Apex with SFDX Scanner'
run: npm run lint:verify:apex

- name: 'Verify docs are updated'
run: npm run docs:verify
# TODO - uncomment - temporarily commented-out due to an issue with apexdocs in the pipeline
# - name: 'Verify docs are updated'
# run: npm run docs:verify

- name: 'Verify formatting with Prettier'
run: npm run prettier:verify
Expand Down

0 comments on commit 81c25fe

Please sign in to comment.