Skip to content

Commit

Permalink
Merge branch 'elkowar:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
midnightexigent authored Sep 11, 2021
2 parents b538845 + e155896 commit b561e41
Show file tree
Hide file tree
Showing 224 changed files with 10,949 additions and 4,374 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Please follow this template, if applicable.

Provide a short description of the changes your PR introduces.
This includes the actual feature you are adding,
as well as any other relevant additions that where necessary to implement your feature.
as well as any other relevant additions that were necessary to implement your feature.

## Usage

Expand All @@ -18,7 +18,7 @@ This is not strictly required, but strongly appreciated.

## Additional Notes

Anything else you want to add, such as remaining questions or explainations.
Anything else you want to add, such as remaining questions or explanations.

## Checklist

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: cargo check --no-default-features --features=x11
- name: Build wayland
run: cargo check --no-default-features --features=wayland
- name: Build no-x11-wayland
run: cargo check --no-default-features --features=no-x11-wayland
- name: Build no-backend
run: cargo check --no-default-features

5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:
paths:
- "docs/**"
- "gen-docs.js"
- "src/widgets/widget_definitions.rs"
- "crates/eww/src/widgets/widget_definitions.rs"
- "crates/eww/src/config/inbuilt.rs"
- ".github/workflows/**"
jobs:
build:
Expand All @@ -21,7 +22,7 @@ jobs:
uses: denoland/setup-deno@main
with:
deno-version: "v1.x"
- run: deno run --allow-read --allow-write gen-docs.ts ./src/widgets/widget_definitions.rs ./src/config/inbuilt.rs
- run: deno run --allow-read --allow-write gen-docs.ts ./crates/eww/src/widgets/widget_definitions.rs ./crates/eww/src/config/inbuilt.rs

# Build & deploy
- name: build mdBook page
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
/**/target
Loading

0 comments on commit b561e41

Please sign in to comment.