We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f407d commit 4453bd4Copy full SHA for 4453bd4
.github/workflows/release.yml
@@ -80,6 +80,6 @@ jobs:
80
81
- name: Commit and Push Changes (to temp branch)
82
run: |
83
- git add dist
+ git add dist index.html
84
git commit -m "Update dist folder"
85
git push --force origin temp-build-branch
0 commit comments