observable-framework-deploying
Installation
SKILL.md
Deploying
Observable Framework documentation: Deploying Source: https://observablehq.com/framework/deploying
You can host your built Framework app on any static site hosting service, or self-host it with any static site server. This guide covers automating deploys to GitHub Pages with GitHub Actions, and assumes that you are hosting your Framework project’s git repository on GitHub.
If you don’t yet have an app ready to deploy, create one by following our Getting started guide.
In your git repository, create the file .github/workflows/deploy.yml with the following contents:
name: Deploy