actions-gh-pages icon indicating copy to clipboard operation
actions-gh-pages copied to clipboard

GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.

Results 85 actions-gh-pages issues
Sort by recently updated
recently updated
newest added

I can not find an option (a clean one) that allows to set the Server URL or Api Url and they seem to be hardcoded to github.com. ``` Prepare publishing...

enhancement
proposal

### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...

proposal

### Is your feature request related to a problem? Please describe I update only certain directories of a repository, however their filenames change. Thus, I need a way to clean...

enhancement
proposal

### Is your feature request related to a problem? Please describe This action is widely used and thousands or more of projects are using the v3 tag. It makes me...

enhancement
proposal

### Checklist - [X] I am using the latest version of this aciton. - [X] I have read the latest README and followed the instructions. - [X] I have read...

enhancement
proposal

### Checklist - [X] I am using the latest version of this action. - [X] I have read the latest README and followed the instructions. - [X] I have read...

enhancement
proposal

Not sure why your using git clone. It does work, but then you loose the caching. Most flutter devs use **subosito/flutter-action@v1** https://github.com/subosito/flutter-action

proposal
documentation

### Is your feature request related to a problem? Please describe We have a large repository with several thousands of files that we regularly update. We clean up the whole...

enhancement
proposal

[npm-publish](https://docs.npmjs.com/cli/publish) has a nice feature called `--dry-run` that lets you test what the command is going to do without actually doing it. It might be nice to have something like...

enhancement
proposal

I've been trouble shooting this problem forever. I was getting errors that my directory was not a git directory, i.e. there was no .git subdirectory. I tracked it down to...

enhancement