mirror of
https://github.com/alam00000/bentopdf.git
synced 2026-05-03 17:00:39 +00:00
build: Disable Husky hooks in CI/CD workflows and Dockerfile.
This commit is contained in:
@@ -15,6 +15,8 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
permissions:
|
||||
contents: write
|
||||
env:
|
||||
HUSKY: 0
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -27,6 +27,7 @@ concurrency:
|
||||
env:
|
||||
SIMPLE_MODE: ${{ vars.SIMPLE_MODE }}
|
||||
BASE_URL: ${{ vars.BASE_URL }}/
|
||||
HUSKY: 0
|
||||
|
||||
jobs:
|
||||
# Single deploy job since we're just deploying
|
||||
|
||||
Reference in New Issue
Block a user