Skip to content

Commit 0df6a97

Browse files
committed
try forking nikola
1 parent 2dde1c0 commit 0df6a97

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
on: [push]
22

3-
defaults:
4-
run:
5-
working-directory: ./site
6-
73
jobs:
84
nikola_build:
95
runs-on: ubuntu-latest
106
name: 'Deploy Nikola to GitHub Pages'
11-
defaults:
12-
run:
13-
working-directory: ./site
147
steps:
158
- name: Check out
169
uses: actions/checkout@v2
1710
- name: Build and Deploy Nikola
18-
uses: getnikola/nikola-action@v4
11+
uses: fehiepsi/nikola-action@v9
1912
with:
2013
dry_run: false

0 commit comments

Comments
 (0)