Skip to content

Commit

Permalink
chore(cd): added config for docs deployment (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinTh authored Sep 19, 2024
1 parent 9522dab commit bce6e1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd-app-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,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 }}

- name: Publish to Cloudflare Pages
uses: AdrianGonz97/refined-cf-pages-action@v1
Expand Down

0 comments on commit bce6e1a

Please sign in to comment.