Skip to content

Update main.yml

Update main.yml #12

Workflow file for this run

on: [push]
jobs:
nikola_build:
runs-on: ubuntu-latest
name: 'Deploy Nikola to GitHub Pages'
steps:
- name: Mark workspace directory as safe
shell: bash
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: Check out
uses: actions/checkout@v2
- name: Build and Deploy Nikola
uses: getnikola/nikola-action@v3