Skip to content

Commit 5de2607

Browse files
committed
fix: TMP is not defined in GH actions
* use the `HOME` environment variable instead
1 parent ac5cce8 commit 5de2607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy_website.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -eu
44

5-
target="${TMP}/cobrapy-website"
5+
target="${HOME}/cobrapy-website"
66

77
git clone "https://github.com/opencobra/cobrapy-website.git" "${target}"
88
pushd "${target}"

0 commit comments

Comments
 (0)