Skip to content

Commit

Permalink
docs: skip ci when publishing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed May 13, 2021
1 parent 5166464 commit d8fa4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
git checkout -- CNAME
cp -r ../ngx-valdemort/dist/demo/* ./
git add .
git commit -am "docs: release-xxx"
git commit -am "docs: release-xxx [ci skip]"
git push
```

0 comments on commit d8fa4ad

Please sign in to comment.