Skip to content

Commit a97be52

Browse files
fixing bug
1 parent 1af516b commit a97be52

File tree

4 files changed

+156064
-6
lines changed

4 files changed

+156064
-6
lines changed

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,13 @@ out
8989

9090
# Nuxt.js build / generate output
9191
.nuxt
92-
dist
9392

9493
# Gatsby files
9594
.cache/
9695
# Comment in the public line in if your project uses Gatsby and not Next.js
9796
# https://nextjs.org/blog/next-9-1#public-directory-support
9897
# public
9998

100-
# vuepress build output
101-
.vuepress/dist
102-
10399
# vuepress v2.x temp and cache directory
104100
.temp
105101
.cache

action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ inputs: # user can input the name inside the name of user variable , description
1919
default: 'String'
2020
runs:
2121
using: 'node12'
22-
main: index.js
22+
main: 'dist/index.js'
2323

0 commit comments

Comments
 (0)