Skip to content

Commit

Permalink
Updated nikola-action to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
rbeyer committed Dec 19, 2023
1 parent 2b64180 commit 9cc87a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nikola-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: Check out
uses: actions/checkout@v2
- name: Build Nikola
uses: getnikola/nikola-action@v3
uses: getnikola/nikola-action@v8
with:
dry_run: true
2 changes: 1 addition & 1 deletion .github/workflows/nikola-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: Check out
uses: actions/checkout@v2
- name: Build and Deploy Nikola
uses: getnikola/nikola-action@v3
uses: getnikola/nikola-action@v8

0 comments on commit 9cc87a6

Please sign in to comment.