Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable GitHub Pages from within action #305

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

frankieroberto
Copy link
Collaborator

@frankieroberto frankieroberto commented Jul 9, 2024

This enables GitHub Pages from the action, so that users don’t get this error, and then have to enable it manually themselves:

Error: Get Pages site failed. Please verify that the repository 
has Pages enabled and configured to build using GitHub Actions, 
or consider exploring the `enablement` parameter for this action.

Should resolve #304 I think, in that the default template should immediately deploy successfully. Anyone wanting to deploy to another host though would then have to disable it by deleting deploy.yml and disabling it from the Settings...

This enables GitHub Pages from the action, so that users don’t get this error, and then have to enable it manually themselves:

```bash
Error: Get Pages site failed. Please verify that the repository has Pages enabled and configured to build using GitHub Actions, or consider exploring the `enablement` parameter for this action.
```
@paulrobertlloyd paulrobertlloyd merged commit a0acc6f into main Jul 11, 2024
2 checks passed
@paulrobertlloyd paulrobertlloyd deleted the enable-github-pages-from-action branch July 11, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

All actions now break which makes it hard to debug remote repositories
2 participants