Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Saverio976 committed Jan 14, 2024
1 parent 9b46bef commit 9c70d16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Copy OnlineRunner
if: steps.filter.outputs.docs == 'true' || steps.filter.outputs.docs2 == 'true' || steps.filter.outputs.workflow == 'true' || github.ref == 'refs/heads/main'
run: cp ./lvtext/webrunner/index.html ./book/OnlineVm.html
run: cp ./lvtext/webrunner/index.html ./book/OnlineVM.html

- name: Setup Pages
if: github.ref == 'refs/heads/main'
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lvtext/webrunner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

A simple static site that load a wasm and call the `start` exported function.

<https://x-r-g-b.github.io/Leviator/OnlineVm.html>
<https://x-r-g-b.github.io/Leviator/OnlineVM.html>

0 comments on commit 9c70d16

Please sign in to comment.