From 0df6a972ba3531bd096865c24f92bfb84bf23c30 Mon Sep 17 00:00:00 2001 From: Du Phan Date: Thu, 15 Feb 2024 13:31:41 -0500 Subject: [PATCH] try forking nikola --- .github/workflows/main.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 056a14c..31ffaa0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,20 +1,13 @@ 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 + uses: fehiepsi/nikola-action@v9 with: dry_run: false