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 bbda1fa commit fb20c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 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.1.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.1.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.2.1 npm run build -- --gc --minify --baseURL "https://validation.norvica.dev"
- name: Publish
uses: cloudflare/pages-action@v1
Expand Down
1 change: 1 addition & 0 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title : "Validation"
description: ""
lead: "A simple and extensible PHP validation library"
cta: "/usage/quick-start/"
date: 2024-04-21T19:33:08+02:00
lastmod: 2024-04-21T19:33:08+02:00
draft: false
Expand Down

0 comments on commit fb20c9b

Please sign in to comment.