Skip to content

Commit

Permalink
Reset the mutated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored and azure-sdk committed Nov 20, 2020
1 parent 3ef6278 commit e346a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/pipelines/templates/steps/docindex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
targetPath: $(Build.ArtifactStagingDirectory)/docfx_project/_site

- pwsh: |
git -c user.name=`"azure-sdk`" -c user.email=`"[email protected]`" commit -am "Save the language updates."
git reset --hard HEAD
git checkout -b gh-pages-local --track origin/gh-pages-root
workingDirectory: $(Build.SourcesDirectory)
displayName: Git pull GH pages branch
Expand Down

0 comments on commit e346a1d

Please sign in to comment.