Skip to content

removed centos section, added note about github action #2

removed centos section, added note about github action

removed centos section, added note about github action #2

Workflow file for this run

on: [push]
jobs:
nikola_build:
runs-on: ubuntu-latest
name: 'Deploy Nikola to GitHub Pages'
steps:
- name: Check out
uses: actions/checkout@v3
with:
set-safe-directory: '*'
- name: Build and Deploy Nikola
uses: getnikola/nikola-action@v8