Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay committed Jan 18, 2024
1 parent 6fb77ea commit 0268148
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs-branch-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,24 @@ jobs:
docs-build:
if: ${{ inputs.html }}
name: Generate HTML
uses: neo4j/docs-tools/.github/workflows/[email protected].2
uses: neo4j/docs-tools/.github/workflows/[email protected].3
with:
retain-artifacts: 14
deploy-id: 0

docs-verify:
name: Verify HTML
needs: docs-build
uses: neo4j/docs-tools/.github/workflows/[email protected].2
uses: neo4j/docs-tools/.github/workflows/[email protected].3

docs-links:
if: ${{ inputs.links }}
name: Check links
needs: docs-build
uses: neo4j/docs-tools/.github/workflows/[email protected].2
uses: neo4j/docs-tools/.github/workflows/[email protected].3

docs-lint:
if: ${{ inputs.lint }}
name: Lint docs
uses: neo4j/docs-tools/.github/workflows/[email protected].2
uses: neo4j/docs-tools/.github/workflows/[email protected].3

6 changes: 3 additions & 3 deletions .github/workflows/docs-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

# Generate HTML
docs-build-pr:
uses: neo4j/docs-tools/.github/workflows/[email protected].2
uses: neo4j/docs-tools/.github/workflows/[email protected].3
with:
deploy-id: ${{ github.event.number }}
retain-artifacts: 14
Expand All @@ -23,7 +23,7 @@ jobs:
# By default, the job fails if there are errors, passes if there are warnings only.
docs-verify-pr:
needs: docs-build-pr
uses: neo4j/docs-tools/.github/workflows/[email protected].2
uses: neo4j/docs-tools/.github/workflows/[email protected].3
with:
failOnWarnings: true

Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
docs-updates-comment-pr:
if: needs.docs-build-pr.outputs.pages-listed == 'success'
needs: [docs-build-pr, docs-changes-pr]
uses: neo4j/docs-tools/.github/workflows/[email protected].2
uses: neo4j/docs-tools/.github/workflows/[email protected].3
with:
pages-modified: ${{ needs.docs-changes-pr.outputs.pages-modified }}
pages-added: ${{ needs.docs-changes-pr.outputs.pages-added }}

0 comments on commit 0268148

Please sign in to comment.