Skip to content

Commit

Permalink
Try to fix git config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jagot committed Feb 16, 2023
1 parent 1a910eb commit b0ca399
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: git_config_workaround
run: git config --global --add safe.directory /github/workspace
- name: build_and_deploy
uses: shalzz/zola-deploy-action@v0.16.1
env:
Expand Down

0 comments on commit b0ca399

Please sign in to comment.