Skip to content

Commit

Permalink
chore(cd): added config for docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh committed Sep 19, 2024
1 parent 9522dab commit 95b0704
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd-preview-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:

- name: Build the docs
run: pnpm -F @enclosed/docs build
env:
VITE_IS_PLAUSIBLE_ENABLED: ${{ secrets.DOCS_IS_PLAUSIBLE_ENABLED }}
VITE_PLAUSIBLE_DOMAIN: ${{ secrets.DOCS_PLAUSIBLE_DOMAIN }}
VITE_PLAUSIBLE_SCRIPT_SRC: ${{ secrets.DOCS_PLAUSIBLE_SCRIPT_SRC }}

# Uploads the build directory as a workflow artifact
- name: Upload build artifact
Expand Down

0 comments on commit 95b0704

Please sign in to comment.