Skip to content

Commit cb68101

Browse files
Update deploy.yml
1 parent b764437 commit cb68101

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
with:
8282
repository: ./website
8383
commit_message: Build website
84+
commit_options: "--allow-empty"
85+
8486

8587
pages:
8688
needs: build
@@ -135,7 +137,7 @@ jobs:
135137
FASTLY_API_TOKEN : ${{ secrets.FASTLY_API_TOKEN }}
136138
run: |
137139
fastly purge --all
138-
fastly compute deploy --domain=hyperquark.edgecompute.app --accept-defaults"
140+
fastly compute deploy --domain=hyperquark.edgecompute.app --accept-defaults
139141
140142
141143

0 commit comments

Comments
 (0)