Skip to content

Reusable GitHub Actions for common workflows including static site deployment to GitHub Pages using pnpm.

License

Notifications You must be signed in to change notification settings

jsubroto/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Actions

Reusable GitHub Actions workflows.

πŸ“¦ Workflows

1. pages-deploy.yml

Deploys static content (e.g. Vite, React, or Svelte apps) to GitHub Pages using pnpm.

πŸš€ Usage

In your project repository, create .github/workflows/deploy.yml:

name: Deploy to Pages

on:
  push:
    branches: ['main']
  workflow_dispatch:

jobs:
  deploy:
    uses: jsubroto/actions/.github/workflows/pages-deploy.yml@main
    secrets: inherit

License

MIT

About

Reusable GitHub Actions for common workflows including static site deployment to GitHub Pages using pnpm.

Topics

Resources

License

Stars

Watchers

Forks