Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,15 @@ jobs:
name: ${{ env.ZIP_NAME }}
path: |
LINESeedJP/fonts
LINESeedSans/fonts
out
outputs:
zip_name: ${{ env.ZIP_NAME }}

deploy:
name: Deploy website to GitHub Pages
needs: build
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
permissions:
pages: write
Expand Down
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ Thumbs.db
LINESeedJP/sources/.ninja_log
LINESeedJP/sources/build.ninja
*.ufo.json
LINESeedJP/sources/instance_ufos
LINESeedJP/sources/instance_ufos
LINESeedSans/sources/.ninja_log
LINESeedSans/sources/build.ninja
LINESeedSans/sources/instance_ufos
Loading
Loading