Skip to content

Commit

Permalink
ci: use the checkout action for checking out submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Dich0tomy committed Mar 8, 2024
1 parent ce6383d commit d7b3224
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
generate:
runs-on: ubuntu-22.04
steps:
- name: Checkout repo & submodules
- uses: actions/checkout@v4
- name: Checkout doxygen-awesome
uses: textbook/git-checkout-submodule-action@master
with:
submodules: recursive
- name: Doxygen Action
uses: mattnotmitt/doxygen-action@v1.9.8
with:
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
> This started as a simple port of [`dirs-dev/directories-rs`](https://github.com/dirs-dev/directories-rs),
> but deviated in the process, the exact details [can be found here](./docs/differences.md).
A complete cross-platform solution for user and data directories discovery
with OOTB project support.
A complete cross-platform solution for user and data directories discovery with OOTB project support.

TODO:
- [x] Add tests for everything (the tests are probably not perfect but good enough for now)
Expand Down

0 comments on commit d7b3224

Please sign in to comment.