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 c370e95 commit 7930279
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/copy_data_from_qml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ jobs:

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

0 comments on commit 7930279

Please sign in to comment.