diff --git a/.github/workflows/deploy.yml b/.github/workflows/build.yml similarity index 90% rename from .github/workflows/deploy.yml rename to .github/workflows/build.yml index 59e78367eb4..24534fccfaf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build Jekyll site and deploy static HTML to the "static" branch +name: Build and Deploy on: workflow_dispatch: