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 May 30, 2024
1 parent 859342a commit e9efec8
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.2.0
run: docker pull ghcr.io/norvica/docs:v0.2.1

- 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.2.0 npm run build -- --gc --minify --baseURL "https://container.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.2.1 npm run build -- --gc --minify --baseURL "https://container.norvica.dev"
- name: Publish
uses: cloudflare/pages-action@v1
Expand Down

0 comments on commit e9efec8

Please sign in to comment.