Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aothms authored Apr 23, 2024
1 parent 0d34ff9 commit 7cd5d99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7cd5d99

Please sign in to comment.