Skip to content

Commit

Permalink
Merge pull request #418 from fedejaure/fix-docs-deploy
Browse files Browse the repository at this point in the history
Fix docs deploy
  • Loading branch information
fedejaure authored Oct 4, 2024
2 parents 58ba69a + a2e2be1 commit 80ff6f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip install poetry
pip install poetry-plugin-export
poetry config virtualenvs.in-project true
poetry install --only docs --sync
poetry install --only dev --only docs --sync
- name: Build docs
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]
### Fixed
- Docs site deployment.

## [1.3.0] - 2024-10-04
### Added
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
My own Ansible collection for development setup (use by your own risk).

* GitHub repo: <https://github.com/fedejaure/dev-setup.git>
* Documentation: <https://fedejaure.github.io/dev-setup/>
* Free software: MIT

## Features
Expand Down

0 comments on commit 80ff6f7

Please sign in to comment.