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 738ab79 commit 0849ca7Copy full SHA for 0849ca7
.github/workflows/qiita-ci.yml
@@ -106,6 +106,7 @@ jobs:
106
export NGINX_FILE=`pwd`/qiita-dev/qiita_pet/nginx_example.conf
107
export NGINX_FILE_NEW=`pwd`/qiita-dev/qiita_pet/nginx_example_local.conf
108
sed "s#/home/runner/work/qiita/qiita#${PWD}/qiita-dev/#g" ${NGINX_FILE} > ${NGINX_FILE_NEW}
109
+ sed "s#/Users/username/qiita#${PWD}/qiita-dev/#g" ${NGINX_FILE} > ${NGINX_FILE_NEW}
110
nginx -c ${NGINX_FILE_NEW}
111
112
echo "3. Setting up qiita"
0 commit comments