Skip to content

Commit

Permalink
deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed May 22, 2024
1 parent 95e0efd commit a6aac9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,12 @@ jobs:

steps:

- name: Build app
uses: hyoo-ru/mam_build@master2
- uses: hyoo-ru/mam_build@master2
with:
token: ${{ secrets.GH_PAT }}
package: 'hyoo/js/perf'

- name: Deploy on GitHub Pages
- uses: hyoo-ru/gh-deploy@v4.4.1
if: github.ref == 'refs/heads/master'
uses: alex-page/blazing-fast-gh-pages-deploy@v1.1.0
with:
repo-token: ${{ secrets.GH_PAT }}
site-directory: 'hyoo/js/perf/-'
folder: 'hyoo/js/perf/-'
2 changes: 1 addition & 1 deletion case/row/row.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $hyoo_js_perf_case_row $mol_view
click? <=> drop? null
hint @ \Drop case
sub /
<= Drop_icon $mol_icon_cross
<= Drop_icon $mol_icon_close
<= Dupe $mol_button_minor
click? <=> dupe? null
hint @ \Duplicate case
Expand Down

0 comments on commit a6aac9c

Please sign in to comment.