Skip to content

Commit

Permalink
Merge pull request #4 from RAIRLab/3-workflow-updates
Browse files Browse the repository at this point in the history
Workflow Updates
  • Loading branch information
RyanR712 authored Dec 18, 2023
2 parents 7b6be5e + bb0659d commit 29a9295
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/bookTest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test book build

on:
pull_request:
branches: [ master ]

jobs:
test_if_buildable:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'

- run: mdbook build

- run: mdbook clean
1 change: 0 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: github pages
on:
push:
branches: [ master ]
pull_request:

jobs:
deploy:
Expand Down

0 comments on commit 29a9295

Please sign in to comment.