Skip to content

Commit

Permalink
Merge pull request #1 from cognitive-engineering-lab/async
Browse files Browse the repository at this point in the history
New format
  • Loading branch information
willcrichton authored Jul 11, 2024
2 parents 07e4bef + a1e6ecf commit 4a1fe6d
Show file tree
Hide file tree
Showing 21 changed files with 291,622 additions and 706 deletions.
30 changes: 4 additions & 26 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,12 @@ on:
- "**"
tags-ignore:
- "v*"
pull_request:
branches:
- "**"

jobs:
CI:
Tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3

- name: Install mdbook
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
echo "$(pwd)/bin" >> ${GITHUB_PATH}
shell: bash

- name: Test Rust
run: cargo test
working-directory: rs

- name: Build book
run: mdbook build
working-directory: book

- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: book/book
uses: actions/checkout@v4
- name: Tests
run: cargo test
Loading

0 comments on commit 4a1fe6d

Please sign in to comment.