Skip to content

Commit 2342304

Browse files
committed
adapt filepaths to github runner
1 parent 91bbbe4 commit 2342304

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ jobs:
151151
152152
echo "4. Setting up nginx"
153153
mkdir -p /usr/share/miniconda/envs/qiita/var/run/nginx/
154+
sed -i "s|alias /Users/username|alias /home/runner/work/qiita|" ${PWD}/qiita_pet/nginx_example.conf
154155
nginx -c ${PWD}/qiita_pet/nginx_example.conf
155156
156157
echo "5. Setting up qiita"

0 commit comments

Comments
 (0)