Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pages validation when adding new pages #885

Merged
merged 2 commits into from
Jun 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ on:
- master
paths:
- "docs/**"
- ".github/workflows/docs.yml"
- .github/workflows/docs.yml
pull_request:
branches:
- master
paths:
- "docs/**"
- ".github/workflows/docs.yml"
- .github/workflows/docs.yml

permissions:
contents: read
contents: write
pages: write
id-token: write

jobs:
publish:
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@1d72b42497f317da83a6052631634932b48c5d08
uses: Alfresco/jekyll-build-tools/.github/workflows/jekyll-publish.yml@feat-rewrite-absolute-urls
gionn marked this conversation as resolved.
Show resolved Hide resolved
with:
working-directory: docs
publish: ${{ github.event_name == 'push' && github.ref_name == 'master'}}
Expand Down