Skip to content

Commit 3e16ab0

Browse files
authored
Update build_web.yaml
1 parent d75f124 commit 3e16ab0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_web.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ jobs:
2020
- run: npm run downport
2121
- run: npm run downport_samples
2222
- run: npm run transpile
23+
- run: git commit -a
24+
- run: git push
2325
- name: send to downport repository
2426
uses: peaceiris/actions-gh-pages@v3
2527
with:
2628
user_name: 'github-actions[bot]'
2729
user_email: 'github-actions[bot]@users.noreply.github.com'
2830
publish_branch: main
2931
publish_dir: ./output
30-
destination_dir: output
32+
destination_dir: output

0 commit comments

Comments
 (0)