Skip to content

Refactor: Decompose <head> content into separate partials (favicon, b… #18

Refactor: Decompose <head> content into separate partials (favicon, b…

Refactor: Decompose <head> content into separate partials (favicon, b… #18

Workflow file for this run

name: NodeJS with Gulp
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20.x'
- name: Build
run: |
npm install
npm run build:prod
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
BRANCH: gh-pages
folder: dist