We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52d2317 commit 25bd7c3Copy full SHA for 25bd7c3
1 file changed
.github/workflows/main.yml
@@ -6,10 +6,8 @@ jobs:
6
name: 'Deploy Nikola to GitHub Pages'
7
steps:
8
- name: Check out
9
- uses: actions/checkout@v4
10
- with:
11
- fetch-depth: 0
+ uses: actions/checkout@v2
12
- name: Build and Deploy Nikola
13
- uses: getnikola/nikola-action@v2
14
- env:
15
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ uses: getnikola/nikola-action@v4
+ with:
+ dry_run: false
0 commit comments