Skip to content

Commit

Permalink
feat(action): as an action
Browse files Browse the repository at this point in the history
  • Loading branch information
guzhongren committed Jan 7, 2022
1 parent d820f21 commit 010baa1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM node:lts-alpine
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
9 changes: 9 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Algolia Docsearch Action'
description: 'An Algolia docsearch uploader'
outputs:
time:
description: '🚀Uploaded algolia index completed'

runs:
using: 'docker'
image: 'Dockerfile'

0 comments on commit 010baa1

Please sign in to comment.