Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into ci-semver
Browse files Browse the repository at this point in the history
  • Loading branch information
agilarity committed Mar 22, 2024
2 parents 1fdb44e + 5819014 commit 7d115e0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/get-example-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Get example files that changed
id: changed-files
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v43
with:
files: |
examples/**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-leptos-changed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Get source files that changed
id: changed-source
uses: tj-actions/changed-files@v41
uses: tj-actions/changed-files@v43
with:
files: |
integrations/**
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/run-cargo-make-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
run: cargo binstall cargo-leptos --no-confirm

- name: Install Trunk
run: cargo binstall trunk --no-confirm
uses: jetli/[email protected]
with:
version: "latest"

- name: Print Trunk Version
run: trunk --version
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion server_fn/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
//!
//! ### `#[server]`
//!
//! The [`#[server]`][server] macro allows you to annotate a function to
//! The [`#[server]`](../leptos/attr.server.html) macro allows you to annotate a function to
//! indicate that it should only run on the server (i.e., when you have an `ssr` feature in your
//! crate that is enabled).
//!
Expand Down

0 comments on commit 7d115e0

Please sign in to comment.