Skip to content

Update resume

Update resume #40

Workflow file for this run

name: Deploy site
on:
workflow_dispatch:
inputs:
reason:
description: 'Reason for manually triggering this workflow'
required: false
push:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🤗
uses: actions/checkout@v2
- name: Set up Node.js 🤔
uses: actions/setup-node@v1
with:
node-version: '16.13.2'
- name: Install, Lint, and Build 🧐
run: |
npm ci
npm run lint
npm run pretty
npm run build:prod
- name: Deploy 🥳
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist
commit-message: Deployed 🥳