Skip to content

Update github-pages-deploy.yml #3

Update github-pages-deploy.yml

Update github-pages-deploy.yml #3

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
github:
uses: yoriiis/actions/.github/workflows/github-pages-deploy.yml@main
with:
node-version: 12.14
build-dir: docs
target-branch: gh-pages
command-build: npm run docs:build