Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torchani
Commits
79470486
Unverified
Commit
79470486
authored
Feb 04, 2020
by
Gao, Xiang
Committed by
GitHub
Feb 04, 2020
Browse files
Fix failure on forked repository (#414)
* try * try * try * fix * fix
parent
e3c73684
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
.github/workflows/deploy-test-pypi.yml
.github/workflows/deploy-test-pypi.yml
+1
-0
.github/workflows/docs.yml
.github/workflows/docs.yml
+1
-0
No files found.
.github/workflows/deploy-test-pypi.yml
View file @
79470486
...
...
@@ -29,6 +29,7 @@ jobs:
pip install twine wheel
-
name
:
Deploy
run
:
|
[ ! -z "$GITHUB_HEAD_REF" ] && exit
rm -rf dist/*
git tag $(date +'v%Y.%m.%d.%H.%M.%S')
python setup.py bdist bdist_wheel
...
...
.github/workflows/docs.yml
View file @
79470486
...
...
@@ -45,6 +45,7 @@ jobs:
git config --global user.name "zasdfgbnm-bot"
-
name
:
Deploy
run
:
|
[ ! -z "$GITHUB_HEAD_REF" ] && exit
git clone git@github.com:aiqm/torchani-test-docs.git deploy_dir -b gh-pages
rm -rf deploy_dir/*
touch deploy_dir/.nojekyll
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment