Follow these steps to enable publishing to GitHub Pages directly from the Flipsite Editor.
-
Enable GitHub Pages in your repository
- Go to your repository Settings → Pages and select the branch you want to publish from.
-
Add a custom workflow to your repository
- Copy the workflow code from
workflow.ymland add it to.github/workflows/in your repository.
- Copy the workflow code from
-
Create a personal access token (PAT) with fine-grained access
- Visit Personal Access Tokens to create a token.
-
Set permissions for the token
- Grant Read & Write access for Actions and Contents of the repository.
-
Connect Flipsite Editor to GitHub
- Go to the Flipsite Editor Settings page and add your repository and the access token.