Skip to content

Commit 0f7cdcd

Browse files
committed
Try to commit index.html
1 parent 6a3172b commit 0f7cdcd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ jobs:
5050
name: build-artifacts
5151
path: ./
5252

53+
# Commit generated index.html
54+
- name: Commit generated file
55+
run: |
56+
git add index.html
57+
git commit -m "Generate index.html"
58+
git push
59+
env:
60+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61+
5362
# Deploy to Netlify
5463
- name: Deploy to Netlify
5564
env:

0 commit comments

Comments
 (0)