Skip to content

Commit

Permalink
configure rama book dir
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Nov 27, 2023
1 parent 2f6445f commit 66c7808
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./rama-book
env:
MDBOOK_VERSION: 0.4.21
steps:
Expand All @@ -45,7 +48,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: ./rama-book
path: ./book

# Deployment job
deploy:
Expand Down

0 comments on commit 66c7808

Please sign in to comment.