diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9e13e424a..721a56669 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,65 +35,65 @@ jobs: INTERCOM_APP_ID: ${{ secrets.INTERCOM_APP_ID }} SEGMENT_TOKEN: ${{ secrets.SEGMENT_TOKEN }} -# - name: Install Nginx -# run: | -# sudo apt-get update -# sudo apt-get install -y nginx -# -# - name: Start Docusaurus server -# run: | -# nohup npx docusaurus serve --port 3000 --no-open & -# sleep 5 -# curl -f http://localhost:3000 > /dev/null -# -# - name: Start Nginx with project config -# run: | -# cat > default.conf < /dev/null + + - name: Start Nginx with project config + run: | + cat > default.conf <