Skip to content

Change conf.py to deploy on main #3

Change conf.py to deploy on main

Change conf.py to deploy on main #3

Workflow file for this run

name: Nikola Deploy
on:
push:
branches:
- main
- website_backup
jobs:
nikola_build:
runs-on: ubuntu-latest
name: 'Deploy Nikola to GitHub Pages'
steps:
- name: Check out
uses: actions/checkout@v2
- name: Build and Deploy Nikola
uses: getnikola/nikola-action@v8