Skip to content

Commit

Permalink
deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jin committed May 12, 2024
1 parent 4a87915 commit 1c9eacd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
token: ${{ secrets.GH_PAT }}
package: 'hyoo/slides'

- name: Deploy on GitHub Pages
- uses: hyoo-ru/[email protected]
if: github.ref == 'refs/heads/master'
uses: alex-page/[email protected]
with:
repo-token: ${{ secrets.GH_PAT }}
site-directory: 'hyoo/slides/-'
folder: 'hyoo/slides/-'
2 changes: 1 addition & 1 deletion page/page.view.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
[hyoo_slides_page_listener_content] [mol_text] {
max-width: none;
}
[hyoo_slides_page_listener_content_embed_image] {
[hyoo_slides_page_listener_content] [mol_text_embed_image] {
max-height: 85vh;
}

Expand Down

0 comments on commit 1c9eacd

Please sign in to comment.