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 d8b3986 commit e24d034
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/copy_data_from_qml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build up document
on:
push:
branches:
- master
- qml

jobs:
build_docs_and_deploy:
Expand All @@ -17,6 +17,7 @@ jobs:
mkdir quantum
cd quantum/
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
rm -rf qm7
Expand Down

0 comments on commit e24d034

Please sign in to comment.