observable-framework-deploying
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
More from spqw/skill-observable-framework
observable-framework-lib-deckgl
Using Deck.gl in Observable Framework for large-scale geospatial data visualization.
11observable-framework-lib-mapbox-gl
Using Mapbox GL JS in Observable Framework for vector tile maps.
4observable-framework-jsx
Using JSX (React components) in Observable Framework pages.
3observable-framework-files
Working with files in Observable Framework — file attachments, file-based routing, and FileAttachment API.
3observable-framework-input-range
Range slider input component in Observable Framework — select a numeric value.
3observable-framework-lib-tex
Using TeX/LaTeX in Observable Framework for mathematical typesetting.
3