Skip to content

Merge branch 'docs' of https://github.com/prjctimg/huetiful into docs #12

Merge branch 'docs' of https://github.com/prjctimg/huetiful into docs

Merge branch 'docs' of https://github.com/prjctimg/huetiful into docs #12

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- docs
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
- name: Build
run: |
npm ci
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
BRANCH: gh-pages
FOLDER: out
CLEAN: true