Skip to content

Commit

Permalink
fixed some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Dec 20, 2023
1 parent c8671fc commit 3899765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: [ self-hosted ]
runs-on: ubuntu-latest
env:
MDBOOK_VERSION: 0.4.21
steps:
Expand All @@ -45,7 +45,7 @@ jobs:
id: pages
uses: actions/configure-pages@v3
- name: Build with mdBook
working-directory: ${{runner.workspace}}/mbap-computing/docs/
working-directory: ${{runner.workspace}}/fastsim/docs/
run: mdbook build
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 3899765

Please sign in to comment.