Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Oct 19, 2023
1 parent 747df3a commit 1b992dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
- name: Install Trunk
uses: mbround18/[email protected]
- name: Build and Deploy Leptos Directory
run: cd crates/ && cd delano-leptos-site/ && trunk build --release --all-features
run: cd crates/ && cd seed-site/ && trunk build --release --all-features
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./crates/delano-leptos-site/dist
source: ./crates/seed-site/dist
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit 1b992dd

Please sign in to comment.