Skip to content

Commit

Permalink
BUG: fixed repo address in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
arn-all committed May 6, 2020
1 parent afc5c6f commit 205c010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# ===============================
- name: Commit documentation changes
run: |
git clone https://github.com/arn-all/matscipy.git --branch gh-pages --single-branch gh-pages
git clone https://github.com/libAtoms/matscipy.git --branch gh-pages --single-branch gh-pages
cp -r docs/_build/html/* gh-pages/
cd gh-pages
git config --local user.email "action@github.com"
Expand All @@ -51,4 +51,4 @@ jobs:
with:
branch: gh-pages
directory: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 205c010

Please sign in to comment.