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 3e82a56 commit bcb7979Copy full SHA for bcb7979
.github/workflows/cd.yml
@@ -45,6 +45,8 @@ jobs:
45
- name: Commit the build output
46
uses: EndBug/add-and-commit@v5
47
with:
48
+ add: dist/ index.html
49
+ message: Autocommit build output (continuous deployment)
50
env:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
- name: Publish to NPM
0 commit comments