Skip to content

Commit

Permalink
add book location in yml
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jun 12, 2024
1 parent c334e08 commit 6426ca6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Documentation and mdbook related jobs.

name: book

on:
Expand Down Expand Up @@ -32,6 +30,7 @@ jobs:
- name: Run tests
run: mdbook test
working-directory: ./book

lint:
runs-on: ubuntu-latest
Expand All @@ -51,6 +50,7 @@ jobs:
- name: Run linkcheck
run: mdbook-linkcheck --standalone
working-directory: ./book

build:
runs-on: ubuntu-latest
Expand All @@ -76,6 +76,7 @@ jobs:

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

- name: Build docs
run: cargo docs
Expand Down Expand Up @@ -132,4 +133,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 6426ca6

Please sign in to comment.