Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed May 19, 2021
1 parent 8569929 commit a207947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
with:
command: doc
toolchain: nightly
args: --no-deps --target wasm32-unknown-unknown --all-features -p yew-material --release
args: --no-deps --target wasm32-unknown-unknown --all-features -p material-yew --release

- name: Copy docs to correct location
run: cp -r target/wasm32-unknown-unknown/doc/ website/dist/docs/
Expand Down

0 comments on commit a207947

Please sign in to comment.