Skip to content

Change font to Helvetica #22

Change font to Helvetica

Change font to Helvetica #22

Workflow file for this run

name: Build Page
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: make install
uses: JamesIves/github-pages-deploy-action@v4.2.3
with:
branch: gh-pages # The branch the action should deploy to.
folder: . # The folder the action should deploy.