Skip to content

Commit

Permalink
build: add support for analytics secret key
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay "XA" Mestry <[email protected]>
  • Loading branch information
xames3 committed Mar 2, 2024
1 parent fc81e4b commit 0900ed6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0900ed6

Please sign in to comment.