Skip to content

Commit

Permalink
Update docs builder image version.
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-kvashnin committed Jun 5, 2024
1 parent 5508b96 commit 0a89a7d
Showing 1 changed file with 2 additions and 2 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://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:v0.4.0 npm run build -- --gc --minify --baseURL "https://validation.norvica.dev"
- name: Publish
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit 0a89a7d

Please sign in to comment.