Skip to content

fix links styles in footer #41

fix links styles in footer

fix links styles in footer #41

Workflow file for this run

name: Build and Deploy
on:
push:
branches:
- "main"
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Build
run: |
make install build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: public