Skip to content

Commit

Permalink
OPSEXP-2620 Enable html validation in docs workflow (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored May 13, 2024
1 parent c064e72 commit 76ee92b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ on:

jobs:
publish:
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@4a682d36e45971f30e235c28f7b8a0898574b1b7
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@f6f1df9a2144fb76132602180732c456ddc13f3e
if: github.event_name == 'pull_request' || github.event.workflow_run.conclusion == 'success'
with:
working-directory: .
publish: ${{ github.event_name == 'workflow_run' && github.event.workflow_run.head_branch == 'main' }}
publish-branch: gh-pages
validate-html: true
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: User documentation for the Alfresco component Helm Charts
theme: just-the-docs
color_scheme: alfresco

url: https://alfresco.github.io/alfresco-helm-charts
url: https://alfresco.github.io

aux_links:
Docs: https://docs.alfresco.com/
Expand All @@ -19,7 +19,7 @@ gh_edit_source: .
gh_edit_view_mode: edit

logo: "docs/images/hyland-alfresco-logos.png"
favicon_ico: "/docs/images/favicon.ico"
favicon_ico: "docs/images/favicon.ico"

defaults:
# apply the default layout to all markdown pages
Expand Down
3 changes: 1 addition & 2 deletions charts/alfresco-repository/docs/subsystems.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ Creating the subsystem's secret:

Place all the configuration files in a folder on your local system. Sample
files can be extracted from the S3 AMP file. For more details on the content of
the files check out the [Alfresco S3 connector
doc](https://docs.alfresco.com/aws-s3/latest/config/#content-store-subsystems#).
the files check out the [Alfresco S3 connector docs](https://docs.alfresco.com/aws-s3/latest/config/#content-store-subsystems).

```bash
mkdir s3-config
Expand Down

0 comments on commit 76ee92b

Please sign in to comment.