Skip to content

Commit

Permalink
Run test CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano committed Mar 20, 2024
1 parent 788496d commit 421ce29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish docs via GitHub Pages
on:
push:
branches:
- main
# - main
paths:
- 'mkdocs.yml'
- '.github/workflows/docs.yml'
Expand All @@ -19,6 +19,7 @@ on:
- 'benchmarks/**/*.md'
- 'post-processing/**/*.md'


concurrency:
# Same group concurrency as the `docs_cleanup.yml` workflow, because they both
# git-push to the same branch, so we want to avoid clashes. NOTE: this is
Expand Down

0 comments on commit 421ce29

Please sign in to comment.