Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Sep 24, 2022
1 parent 6ea7b08 commit 8e53b47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
@@ -1,4 +1,4 @@
name: Deploy docs to GitHUb Pages
name: Deploy docs to GitHub Pages

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion scripts/docs-build.sh
Expand Up @@ -2,7 +2,7 @@

set -e

rm -r target/doc
rm -rf target/doc

mdbook build

Expand Down
2 changes: 1 addition & 1 deletion scripts/docs-serve.sh
Expand Up @@ -2,7 +2,7 @@

set -e

rm -r target/doc
rm -rf target/doc

mdbook build --open

Expand Down

0 comments on commit 8e53b47

Please sign in to comment.