Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc77b3cc

Browse files
committed
Set doc deployment on release publication
The docs should be deployed when a new release is publishing. There isno point to deploy the docs every time when the master branch isupdated. The proposed change sets automatic doc deployment only on anew release publication or manually.
1 parentd720282 commitc77b3cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎.github/workflows/deploy-docs.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name:Build and Deploy Docs
22

3-
# Deploy docsonly for master
3+
# Deploy docswhen a new release is published or manually
44
on:
5-
push:
6-
branches:
7-
-"master"
5+
release:
6+
types:[published]
7+
workflow_dispatch:
88

99
# Allow deployment to GitHub Pages
1010
permissions:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp