VuePagesAction icon indicating copy to clipboard operation
VuePagesAction copied to clipboard

This Action will Build your Vue Project and deploy it to Github Pages

Results 9 VuePagesAction issues
Sort by recently updated
recently updated
newest added

First of all, thanks for making the action. It worked for my project, until a recent update. I updated some dependencies (including update TS from 4 to 5) and changed...

# The problem There's no write permissions for actions by default, as now by default access is [Default assess (restricted)](https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token). # Workaround You can easily switch to legacy behaviour, when...

Hello. I have found this action to be very useful in my automated workflow. However, I am looking to develop mobile apps using the same production codebase. Unfortunately, the `vue.config.js`...

This PR allows a user to add a custom build script (as long as it's defined in `package.json`). Why is this useful? Well, what if you want to deploy to...

Added a check before the creation of the 404.html error page file only if another file doesn't exists. This prevent error when users adopt another solutions.

This pr add new input to action to set the default branch of the new git repo init in the flow to silence the git warning. This closes #6.

Sorry for another inconvenience eheh, I'm having this error in this [repo](https://github.com/Daniele-Tentoni/docker-exp/actions/runs/1391535698): `ln: failed to create symbolic link '404.html': File exists`. I'm using [this solution](https://github.com/rafgraph/spa-github-pages) to avoid errors on vue...

Hello, before all, thank you for the useful action. I've noticed this warning in log of my runs: ``` hint: Using 'master' as the name for the initial branch. This...

Hi, I would like to execute some other commands before the Vue app will be build such as unit tests and so one. Is it possible with action or can...