Skip to content

Commit

Permalink
yaml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theguy951357 committed Jan 11, 2024
1 parent b7aaded commit 8f28177
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docsdeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

release:
- name: Setup git
run: |
git config --global user.name "Gravitl"
git config --global user.email "[email protected]"
run: |
git config --global user.name "Gravitl"
git config --global user.email "[email protected]"
- name: Run Deploy
uses: gravitl/netmaker-devops/.github/workflows/deploydocs.yml@master
env:
Expand Down

0 comments on commit 8f28177

Please sign in to comment.