Skip to content

update socials

update socials #9

Workflow file for this run

name: Pages
on:
workflow_dispatch: {}
push:
branches: [master]
jobs:
publish-gh:
name: Publish Github Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install && npm run build
- uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build