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