We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91bbbe4 commit 2342304Copy full SHA for 2342304
.github/workflows/qiita-ci.yml
@@ -151,6 +151,7 @@ jobs:
151
152
echo "4. Setting up nginx"
153
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
155
nginx -c ${PWD}/qiita_pet/nginx_example.conf
156
157
echo "5. Setting up qiita"
0 commit comments