diff --git a/.github/workflows/publish-pages.yaml b/.github/workflows/publish-pages.yaml index 563c261f..1100729c 100755 --- a/.github/workflows/publish-pages.yaml +++ b/.github/workflows/publish-pages.yaml @@ -58,7 +58,9 @@ jobs: pip install -r requirements.txt - name: Build Sphinx documentation pages - run: sphinx-build -EWa -b html ${{ env.SOURCE_DIR }} ${{ env.OUTPUT_DIR }} + run: sphinx-build -EWaq -b html ${{ env.SOURCE_DIR }} ${{ env.OUTPUT_DIR }} + env: + GOOGLE_ANALYTICS_ID: ${{ secrets.GOOGLE_ANALYTICS_ID }} - name: Publish L.E.A.R.N's static files to GitHub Pages uses: peaceiris/actions-gh-pages@v3