Skip to content

Commit

Permalink
Increase indentation in GH workflow yaml files
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Di Cosmo <[email protected]>
  • Loading branch information
Roberto Di Cosmo committed Aug 9, 2023
1 parent ad9e291 commit 97c1bdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@ jobs:
run: mkdocs build -v --clean
- name: Configure Git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- name: Deploy MkDoc with mike 🚀
run: |
mike deploy --push dev
mike deploy --push dev
6 changes: 3 additions & 3 deletions .github/workflows/publish-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
run: mkdocs build -v --clean
- name: Configure Git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- name: Deploy MkDoc with mike 🚀
run: |
mike deploy --push ${{ steps.extract_branch.outputs.branch }}
mike deploy --push ${{ steps.extract_branch.outputs.branch }}

0 comments on commit 97c1bdc

Please sign in to comment.