Skip to content

Commit

Permalink
add sway support, fix #2 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyTurtleDev authored Oct 31, 2023
1 parent 425d575 commit aa85a38
Show file tree
Hide file tree
Showing 7 changed files with 174 additions and 80 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: apk add --no-cache libxrandr-dev
- run: cargo doc2readme --check --expand-macros --manifest-path more-wallpapers/Cargo.toml
- run: cargo doc2readme --check --all-features --expand-macros --manifest-path more-wallpapers/Cargo.toml

cargo_publish:
if: ${{ github.event_name == 'release' }}
Expand Down
Loading

0 comments on commit aa85a38

Please sign in to comment.