Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit b3d7220

Browse files
skip CI for static branches
1 parent dcf644a commit b3d7220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ commands:
7575
- "c5:a7:d0:64:8d:7c:44:f7:6c:84:a9:b2:67:3e:9d:00"
7676
- run:
7777
name: Deploy docs to gh-pages branch
78-
command: gh-pages -d www --branch << parameters.target_branch >>
78+
command: gh-pages -d www --branch << parameters.target_branch >> --message '[skip ci]'
7979
docker_build_push:
8080
description: "Build and Push image to docker hub"
8181
parameters:

0 commit comments

Comments
 (0)