From 7cd5d997385f690ccbbaa38961cc90d2b7a66323 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 23 Apr 2024 16:45:32 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7ba84e9..b777f39 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,10 +5,7 @@ jobs: runs-on: ubuntu-latest name: 'Deploy Nikola to GitHub Pages' steps: - - name: Mark workspace directory as safe - shell: bash - run: git config --global --add safe.directory ${GITHUB_WORKSPACE} - name: Check out uses: actions/checkout@v2 - name: Build and Deploy Nikola - uses: getnikola/nikola-action@v3 + uses: getnikola/nikola-action@v4