GitHub Actions
It's possible to export and deploy static pages via GitHub Actions. Below is an example workflow file which deploys to Netlify. This workflow requires two GitHub Action Secrets you should add to your repository (NETLIFY_AUTH_TOKEN
, NETLIFY_SITE_ID
) more details in the netlify/actions repo.
.github/workflows/deploy.yml
You should adjust it to your needs if you require any custom commands to be able to export your page.
Last updated