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
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "!docs/**"
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ use std::borrow::Cow;
|
|||
/// let app = Application::new().with_assets(Assets);
|
||||
/// ```
|
||||
#[derive(RustEmbed)]
|
||||
#[folder = "$CARGO_MANIFEST_DIR/../../assets"]
|
||||
#[folder = "../../assets"]
|
||||
#[include = "icons/**/*.svg"]
|
||||
pub struct Assets;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue