parent
542346f3c2
commit
83dddfa987
2 changed files with 1 additions and 3 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -1,8 +1,6 @@
|
||||||
name: CI
|
name: CI
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
|
||||||
- "!docs/**"
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ use std::borrow::Cow;
|
||||||
/// let app = Application::new().with_assets(Assets);
|
/// let app = Application::new().with_assets(Assets);
|
||||||
/// ```
|
/// ```
|
||||||
#[derive(RustEmbed)]
|
#[derive(RustEmbed)]
|
||||||
#[folder = "$CARGO_MANIFEST_DIR/../../assets"]
|
#[folder = "../../assets"]
|
||||||
#[include = "icons/**/*.svg"]
|
#[include = "icons/**/*.svg"]
|
||||||
pub struct Assets;
|
pub struct Assets;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue