Skip to content

Commit

Permalink
Fix Beluga documentation style (#436)
Browse files Browse the repository at this point in the history
### Proposed changes

`actions/upload-artifact` 4.4.0 changes _getting backported_ wrecked our
documentation, as it silently stopped uploading hidden files by default
:man_facepalming:. This patch amends this.

#### Type of change

- [x] 🐛 Bugfix (change which fixes an issue)
- [ ] 🚀 Feature (change which adds functionality)
- [x] 📚 Documentation (change which fixes or extends documentation)

### Checklist

- [ ] Lint and unit tests (if any) pass locally with my changes
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] I have added necessary documentation (if appropriate)
- [x] All commits have been signed for
[DCO](https://developercertificate.org/)

Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
  • Loading branch information
hidmic authored Sep 30, 2024
1 parent ac4eb10 commit cfd6af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
with:
name: docs
path: ./docs/_build/html/
include-hidden-files: true
retention-days: 7

deploy-docs:
Expand Down

0 comments on commit cfd6af2

Please sign in to comment.