mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-27 06:00:25 +03:00
build: Allow optional "nodeploy" tag to exclude deploy command from bin
Fixes #7826
This commit is contained in:
parent
3400aff258
commit
f465c5c307
11 changed files with 66 additions and 2 deletions
|
@ -11,6 +11,8 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
// +build !nodeploy
|
||||
|
||||
package deploy
|
||||
|
||||
import (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue