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 d75f124 commit 3e16ab0Copy full SHA for 3e16ab0
.github/workflows/build_web.yaml
@@ -20,11 +20,13 @@ jobs:
20
- run: npm run downport
21
- run: npm run downport_samples
22
- run: npm run transpile
23
+ - run: git commit -a
24
+ - run: git push
25
- name: send to downport repository
26
uses: peaceiris/actions-gh-pages@v3
27
with:
28
user_name: 'github-actions[bot]'
29
user_email: 'github-actions[bot]@users.noreply.github.com'
30
publish_branch: main
31
publish_dir: ./output
- destination_dir: output
32
+ destination_dir: output
0 commit comments