Skip to content

Commit

Permalink
Update copy_data_from_qml.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcafferry committed Aug 17, 2020
1 parent 31e4174 commit 11be601
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/copy_data_from_qml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:

- name: Clone repositories
run: |
mkdir quantum
cd quantum/
mkdir quant
cd quant/
git clone -b qml https://github.com/nickcafferry/Machine-Learning-in-Molecular-Sciences.git qml
git branch -a
cd qml/
Expand All @@ -31,7 +31,7 @@ jobs:
cd ../../
mkdir mlms
export PATH="$PATH:/home/runner/.local/bin:/home/runner/Machine-Learning-in-Molecular-Sciences/mlms"
cp -r quantum/qml/. mlms
cp -r quant/qml/. mlms
- name: Deploy to GitHub pages
uses: JamesIves/github-pages-deploy-action@master
Expand Down

0 comments on commit 11be601

Please sign in to comment.