Skip to content

Commit dbf218a

Browse files
committed
Set manual doc deployment
The docs should be updated when a new release is made. There is no point to update the docs every time when some new changes are merged into the master branch. The proposed change enables manual run of the deployment, that should be run when a new release is issued.
1 parent d720282 commit dbf218a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Build and Deploy Docs
22

33
# Deploy docs only for master
44
on:
5-
push:
6-
branches:
7-
- "master"
5+
workflow_dispatch:
86

97
# Allow deployment to GitHub Pages
108
permissions:

0 commit comments

Comments
 (0)