Skip to content

Commit

Permalink
try forking nikola
Browse files Browse the repository at this point in the history
  • Loading branch information
fehiepsi committed Feb 15, 2024
1 parent 2dde1c0 commit 0df6a97
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0df6a97

Please sign in to comment.