Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating dependencies and more. #784

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ lib/**/*

# Intellij

.idea/
.idea/
# Local Netlify folder
.netlify
22 changes: 11 additions & 11 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'Netlify Actions'
description: 'Netlify deploy from GitHub Actions'
author: 'Ryo Ota'
name: "Netlify Actions"
description: "Netlify deploy from GitHub Actions"
author: "Ryo Ota"
inputs:
publish-dir:
description: Publish directory
Expand All @@ -15,14 +15,14 @@ inputs:
description: GitHub token
required: false
production-branch:
description: Production branch
required: false
description: Production branch
required: false
production-deploy:
description: Indicate wether to deploy production build
required: false
description: Indicate wether to deploy production build
required: false
enable-pull-request-comment:
description: Enable pull request comment
required: false
description: Enable pull request comment
required: false
enable-commit-comment:
description: Enable commit comment
required: false
Expand Down Expand Up @@ -51,5 +51,5 @@ outputs:
deploy-url:
description: Deploy URL
runs:
using: 'node12'
main: 'dist/index.js'
using: "node16"
main: "dist/main.js"
Binary file removed dist/elf_cam_bg.wasm
Binary file not shown.
443,104 changes: 0 additions & 443,104 deletions dist/index.js

This file was deleted.