diff --git a/.github/workflows/deploy_test.yml b/.github/workflows/deploy_test.yml index 8cc971f..2faf7fc 100644 --- a/.github/workflows/deploy_test.yml +++ b/.github/workflows/deploy_test.yml @@ -15,7 +15,7 @@ # - Build the WEB demo app for FlexColorPicker. # - Flutter clean. # - Flutter build web app, in release mode and with CanvasKit renderer. -# - Use rpl to fix/modify the index.html file to give it the correct href deployment sub-folder. +# - Use rpl to fix/modify the index.html file to give it the correct href deployment sub folder. # - Deploy the Web example to GitHub pages. name: Deploy Web Test on: @@ -25,7 +25,7 @@ on: - "**.md" # Edit and add other trigger options if an extra new Web deployment is needed. # Generally I only need a new deployment when I publish a new release, but I may want to trigger it on defaults: -# prerelease or just an edit sometimes to test the workflow or a new build irl, these trigger types can be used then: +# pre-release or just an edit sometimes to test the workflow or a new build irl, these trigger types can be used then: # types: [published, created, edited, prereleased] jobs: tests_build_deploy: