Skip to content

Commit

Permalink
fix wf?
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Sep 14, 2024
1 parent fd107cf commit 3ceb4c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Delete demo/pkg symlink
run: rm -fr demo/pkg

- name: Setup Rust Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand All @@ -39,7 +42,7 @@ jobs:
run: mkdir -p demo/pkg

- name: Copy Build Artifacts to Demo
run: rm demo/pkg/ && cp -r pkg demo/pkg
run: cp -r pkg/* demo/pkg/

- name: Setup GitHub Pages
uses: actions/configure-pages@v5
Expand Down
1 change: 0 additions & 1 deletion demo/lib

This file was deleted.

0 comments on commit 3ceb4c9

Please sign in to comment.