Skip to content

chore: Update Tupper's self-referential formula post with code and im… #645

chore: Update Tupper's self-referential formula post with code and im…

chore: Update Tupper's self-referential formula post with code and im… #645

Workflow file for this run

name: Deploy
on:
# Trigger the workflow on push on main branch,
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- uses: rehanhaider/pelican-to-github-pages@v1.0.3
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_PAGES_CNAME: "a.tulv.in"
PELICAN_CONTENT_FOLDER: "content"