You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it deploys to Github Pages through pushing commits to the gh-pages branch. This isn't necessary anymore since you can directly deploy a directory to Github Pages from Github Actions, reducing the amount of repository size churn that will happen when it commits automatically generated content into the repository.
The pages: write permission will need to be added to the top of the YAML, and then to deploy directly to Github pages the following steps would do that:
Currently it deploys to Github Pages through pushing commits to the gh-pages branch. This isn't necessary anymore since you can directly deploy a directory to Github Pages from Github Actions, reducing the amount of repository size churn that will happen when it commits automatically generated content into the repository.
The
pages: write
permission will need to be added to the top of the YAML, and then to deploy directly to Github pages the following steps would do that:Repository settings will also need to be changed to match.
The text was updated successfully, but these errors were encountered: