Skip to content

Commit

Permalink
Fix image reference typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-kvashnin committed Apr 29, 2024
1 parent 90dc029 commit 1a29d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- 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/${{ github.repository_owner }}/docs-builder:latest npm run build -- --gc --minify --baseURL "https://validation.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:latest npm run build -- --gc --minify --baseURL "https://validation.norvica.dev"
- name: Publish
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit 1a29d2a

Please sign in to comment.