old-portfolio-site/.github/workflows/gh-pages.yml

15 lines
248 B
YAML
Raw Normal View History

2024-04-28 11:44:18 +00:00
name: Deploy to GitHub Pages
on:
push:
branches: main
workflow_dispatch:
jobs:
deploy:
uses: importantimport/.github/.github/workflows/pnpm-gh-pages.yml@main
permissions:
contents: write
with:
publish_dir: build