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 40ea13d commit a87a2caCopy full SHA for a87a2ca
.github/workflows/examples-build.yml
@@ -30,6 +30,6 @@ jobs:
30
- name: Commit Examples
31
uses: EndBug/add-and-commit@v7
32
with:
33
- add: 'dist'
+ add: 'example/dist'
34
message: 'update builds'
35
push: 'origin HEAD:examples --force'
0 commit comments