We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09a1e5a commit c9a1eeaCopy full SHA for c9a1eea
2 files changed
.github/workflows/deploy-site.yml
@@ -1,6 +1,12 @@
1
# Workflow for deploying versioned documentation to GitHub Pages
2
name: Deploy Documentation
3
4
+env:
5
+ # Disable Husky Git hooks in CI to prevent local development hooks
6
+ # (e.g., pre-commit formatting checks) from running during automated
7
+ # workflows that perform git commits and pushes.
8
+ HUSKY: 0
9
+
10
on:
11
# Runs after Build & Test succeeds on main (publishes to /snapshot/)
12
workflow_run:
.github/workflows/publish-maven.yml
@@ -1,6 +1,9 @@
name: Publish to Maven Central
env:
HUSKY: 0
0 commit comments