Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Update footer.html (#211) #21

Update footer.html (#211)

Update footer.html (#211) #21

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: helaili/jekyll-action@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}