Skip to content

try another working directory #5

try another working directory

try another working directory #5

Workflow file for this run

on: [push]
defaults:
run:
working-directory: ./site
jobs:
nikola_build:
runs-on: ubuntu-latest
name: 'Deploy Nikola to GitHub Pages'
defaults:
run:
working-directory: ./site
steps:
- name: Check out
uses: actions/checkout@v2
- name: Build and Deploy Nikola
uses: getnikola/nikola-action@v4
with:
dry_run: false