Skip to content

Commit

Permalink
Try using mdbook-admonish
Browse files Browse the repository at this point in the history
  • Loading branch information
TheodoreEhrenborg committed Sep 28, 2024
1 parent 41a2449 commit 010a39d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mdbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,15 @@ jobs:
run: |
mkdir bin
curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.4.40/mdbook-v0.4.40-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
- name: Install mdbook-admonish
run: |
mkdir bin
curl -sSL https://github.com/tommilligan/mdbook-admonish/releases/download/v1.18.0/mdbook-admonish-v1.18.0-x86_64-unknown-linux-gnu.tar.gz | tar -xz --directory=bin
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Run mdbook-admonish
run: bin/mdbook-admonish install docs
- name: Build with mdBook
run: bin/mdbook build docs
- name: Upload artifact
Expand Down
2 changes: 2 additions & 0 deletions docs/src/steering.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Steering

```admonish warning
Bug: don't add in the bias
```

The fire neuron really seems to be a danger neuron,
based on the steering results
Expand Down

0 comments on commit 010a39d

Please sign in to comment.