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 15, 2023
1 parent 9d51a77 commit b8a92fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@ branding:
icon: 'zap'
color: 'purple'
author: 'Skywarth'
inputs:
build_path:
description: "Build 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."
required: false
default: ${{ github.event.repository.name }}
runs:
using: "composite"
steps:
- name: Dump context
uses: crazy-max/ghaction-dump-context@v2
- name: Dump build_path
run: echo "build_path is: ${{ inputs.build_path }}"
shell: bash
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Install
Expand Down

0 comments on commit b8a92fc

Please sign in to comment.