Skip to content

Commit

Permalink
Merge pull request #384 from juaml/chore/improve-docs-publishing
Browse files Browse the repository at this point in the history
[MAINT]: Improve docs publishing
  • Loading branch information
synchon authored Oct 18, 2024
2 parents 1b34376 + 61ac0c1 commit d8a54f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ on:
# Sequence of patterns matched against refs/tags
tags:
- v*
workflow_dispatch: {}

jobs:
build-docs:
runs-on: ubuntu-latest
# Use custom docs CI image
container: ghcr.io/juaml/junifer-docs:main
container:
image: ghcr.io/juaml/junifer-docs:main
# https://github.com/actions/runner/issues/2033#issuecomment-1598547465
options: --user 1001
steps:
- name: Check ANTs
run: |
Expand Down
1 change: 1 addition & 0 deletions docs/changes/newsfragments/384.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve docs publishing action and add a manual trigger for it by `Synchon Mandal`_

0 comments on commit d8a54f4

Please sign in to comment.