From 0900ed63a772dcdbfbb6f788365d602dda388265 Mon Sep 17 00:00:00 2001 From: "Akshay \"XA\" Mestry" Date: Sat, 2 Mar 2024 00:27:11 -0600 Subject: [PATCH] build: add support for analytics secret key Signed-off-by: Akshay "XA" Mestry --- .github/workflows/publish-pages.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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