diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad8b8f76..4b4f0e93 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,14 +2,15 @@ name: Deploy on: workflow_dispatch: - deploy: - description: Deploy the output to GitHub Pages - type: choice - required: true - default: 'true' - options: - - true - - false + inputs: + deploy: + description: Deploy the output to GitHub Pages + type: choice + required: true + default: 'true' + options: + - true + - false # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: