Skip to content

Instantly share code, notes, and snippets.

@leex279
leex279 / github_pages_workflow_npm.yml
Last active January 11, 2025 18:40
Github pages Deployment Workflow (nodejs webapp)
# Sample workflow for building and deploying a site to GitHub Pages
name: Deploy Site with GitHub Pages
on:
# Runs on pushes targeting the default branch
#push:
# branches: ["main"]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: