Skip to content

Commit

Permalink
Update build_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisbrookner authored Sep 11, 2023
1 parent 88c352e commit 5ec09f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Commit documentation changes to gh-pages
run: |
cd docs
git clone https://github.com/dennisbrookner/matchmaps.git --branch gh-pages --single-branch gh-pages
git clone https://github.com/rs-station/laue-dials.git --branch gh-pages --single-branch gh-pages
cd gh-pages
cp -r ../_build/html/* .
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 5ec09f1

Please sign in to comment.