Skip to content

Commit

Permalink
Replace CFA with PA.
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-kvashnin committed Jun 5, 2024
1 parent 04e7849 commit 197fc68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Pull builder image
run: docker pull ghcr.io/norvica/docs:v0.3.0
run: docker pull ghcr.io/norvica/docs:v0.4.0

- name: Build Documentation
run: |
docker run --rm -v $(pwd)/docs/content:/app/content -v $(pwd)/docs/config/_default:/app/config/_default -v $(pwd)/docs/public:/app/public -e HUGO_ENVIRONMENT=production -e HUGO_ENV=production ghcr.io/norvica/docs:v0.3.0 npm run build -- --gc --minify --baseURL "https://router.norvica.dev"
docker run --rm -v $(pwd)/docs/content:/app/content -v $(pwd)/docs/config/_default:/app/config/_default -v $(pwd)/docs/public:/app/public -e HUGO_ENVIRONMENT=production -e HUGO_ENV=production ghcr.io/norvica/docs:v0.4.0 npm run build -- --gc --minify --baseURL "https://router.norvica.dev"
- name: Publish
uses: cloudflare/pages-action@v1
Expand Down
2 changes: 1 addition & 1 deletion docs/config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ brand = "Norvica"
#product = [] # Product sections

[add_ons]
cloudflareAnalyticsToken = "6a24784e19614623999cc7a68f094afe"
plausibleDomain = "router.norvica.dev"

0 comments on commit 197fc68

Please sign in to comment.