mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-05 07:11:45 +00:00
docs: Add scripting on deploy for plausible analytics
This commit is contained in:
parent
09b0c96263
commit
9fb032e030
2 changed files with 16 additions and 1 deletions
4
.github/workflows/docsDeploy.yml
vendored
4
.github/workflows/docsDeploy.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- developDocs
|
||||
# Review gh actions docs if you want to further define triggers, paths, etc
|
||||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
|
||||
|
||||
|
|
@ -22,6 +23,9 @@ jobs:
|
|||
run: npm ci
|
||||
working-directory: ./docsite
|
||||
- name: Build website
|
||||
env:
|
||||
ANALYTICS: ${{ secrets.ANALYTICS }}
|
||||
ANALYTICS_DOMAIN: ${{ secrets.ANALYTICS_DOMAIN }}
|
||||
run: npm run build
|
||||
working-directory: ./docsite
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue