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

Fix doc deploy#144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vitcpp merged 2 commits intopostgrespro:masterfromvitcpp:fix-doc-deploy
Oct 17, 2025
Merged

Fix doc deploy#144

vitcpp merged 2 commits intopostgrespro:masterfromvitcpp:fix-doc-deploy
Oct 17, 2025

Conversation

@vitcpp
Copy link
Contributor

No description provided.

push:
branches:
-"master"
workflow_dispatch:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I'm all for addingworkflow_dispatch:, but why are you removing thepush: branches: - "master" lines?

Copy link
Contributor

@esabolesabolOct 17, 2025
edited
Loading

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Never mind. I get it. We want the docs to only update when there's a new release. May I suggest the following instead?

on:  release:    types: [published]  workflow_dispatch:

That will trigger automatically only when a new release is published. In the context of a GitHub Actions workflow, "published" means that a release has been finalized and made visible to the public, or specifically, marked as a non-draft and non-prerelease version. This is distinct from simply saving a draft.

Reference:https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#release

vitcpp reacted with thumbs up emoji
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.
@vitcpp
Copy link
ContributorAuthor

@esabol Thank you for the idea. I've added doc deployment on release publication.

esabol reacted with thumbs up emoji

@esabol
Copy link
Contributor

Looks good, I hope this will get the GitHub Actions workflow to update the documentation on the website working again.

This PR will also close issue#132.

@vitcppvitcpp merged commit5457452 intopostgrespro:masterOct 17, 2025
27 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

1 more reviewer

@esabolesabolesabol approved these changes

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@vitcpp@esabol

[8]ページ先頭

©2009-2025 Movatter.jp