Skip to content

Commit cdc2752

Browse files
committed
add
1 parent 8e96946 commit cdc2752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Website
22

33
on:
44
push:
5-
branches: [ plugin_api_v2, add_deploy_trigger ]
5+
branches: [ plugin_api_v2, add_deploy_trigger ] # <======
66
# paths:
77
# - 'plugins.json'
88
workflow_dispatch:
@@ -19,4 +19,4 @@ jobs:
1919
-H "Authorization: Bearer ${{ secrets.DEPLOY_WEBSITE }}" \
2020
https://api.github.com/repos/Flow-Launcher/flow-launcher.github.io/dispatches \
2121
-d '{"event_type":"deploy"}')
22-
if [ "$http_status" -ne 200 ]; then echo "Error: Deploy trigger failed, HTTP status code is $http_status"; exit 1; fi
22+
if [ "$http_status" -ne 204 ]; then echo "Error: Deploy trigger failed, HTTP status code is $http_status"; exit 1; fi

0 commit comments

Comments
 (0)