Skip to content

Commit 25bd7c3

Browse files
committed
Update workflow to latest Nikola build
1 parent 52d2317 commit 25bd7c3

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ jobs:
66
name: 'Deploy Nikola to GitHub Pages'
77
steps:
88
- name: Check out
9-
uses: actions/checkout@v4
10-
with:
11-
fetch-depth: 0
9+
uses: actions/checkout@v2
1210
- name: Build and Deploy Nikola
13-
uses: getnikola/nikola-action@v2
14-
env:
15-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
11+
uses: getnikola/nikola-action@v4
12+
with:
13+
dry_run: false

0 commit comments

Comments
 (0)