Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skywarth authored May 21, 2023
1 parent b66e718 commit a0bda02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Vue Github Pages Deployer Using Vite
description: Deploy your Vue app to github pages using vite
name: Vite Github Pages Deployer
description: "Deploy your Vite app to github pages using actions. Doesn't require commits and pushes, clean deployment using only artifacts."
branding:
icon: 'zap'
color: 'purple'
author: 'Skywarth'
inputs:
public_base_path:
description: "Public base path string for vite/vue, this affects the routing, history and asset links. Make sure to provide appropriately since Github Pages stores your app in a directory under a subdomain."
description: "Public base path string for vite, this affects the routing, history and asset links. Make sure to provide appropriately since Github Pages stores your app in a directory under a subdomain."
required: false
default: ${{ github.event.repository.name }}
build_path:
Expand Down

0 comments on commit a0bda02

Please sign in to comment.