Skip to content

Commit

Permalink
fix: action run path
Browse files Browse the repository at this point in the history
  • Loading branch information
veaba committed Dec 7, 2020
1 parent 19800c6 commit 2f21a67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
@@ -1,11 +1,11 @@
name: "Release Vuepress docs"
description: "Simple release your vuepress docs!"
author: "Veaba"
runs:
runs:
using: "composite"
steps:
- run: $/deploy/build.sh
steps:
- run: $GITHUB_ACTION_PATH/deploy/build.sh
shell: bash
branding:
icon: 'tag'
color: 'gray-dark'
icon: "tag"
color: "gray-dark"

0 comments on commit 2f21a67

Please sign in to comment.