Skip to content
Snippets Groups Projects
Commit dc38a9ca authored by alexisben's avatar alexisben
Browse files

Merge branch 'main' into 6.0

parents 163487b3 5d34b348
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ name: Test with example
on:
pull_request:
types: [opened, reopened]
types: [opened, reopened, synchronize]
jobs:
build:
......@@ -32,4 +32,4 @@ jobs:
echo "== Pushing branch =="
git add .
git commit -m "Updated theme to ${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}} branch."
git push -f origin theme--${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
\ No newline at end of file
git push -f origin theme--${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
......@@ -29,10 +29,10 @@ let pagefindExclude = `
.diplomas__taxonomy, .block-diplomas,
.events__section, .block-agenda,
.organizations__section, .block-organizations,
.pages__section, .block-pages,
.block-pages,
.persons__section, .block-persons,
.posts__section, .block-posts, .post-sidebar,
.programs__section, .block-programs,
.block-programs,
.researchers__term,
.teachers__term
`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment