diff --git a/.github/workflows/publish-gh-pages-backport.yml b/.github/workflows/publish-gh-pages-backport.yml index 1889f96..85aadcf 100644 --- a/.github/workflows/publish-gh-pages-backport.yml +++ b/.github/workflows/publish-gh-pages-backport.yml @@ -1,11 +1,10 @@ +name: Publish Backport GitHub Pages # This workflow can be used to backport a release from a tag to the gh-pages branch # This is useful when you want to backport a release to the gh-pages branch # Most likely you will want to check and update BASE_REF and VERSIONS env variables # @BASE_REF: the tag you want to backport from # @VERSIONS: the versions you want to backport to -name: Publish Backport GitHub Pages - on: workflow_dispatch: