Skip to content

Commit

Permalink
Presumably fixed the gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnScience committed May 21, 2024
1 parent 9011726 commit 8b32f0b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: See tree
run: tree
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Create bin dir
Expand All @@ -39,9 +37,7 @@ jobs:
- name: Create dir for mdbook
run: mkdir -p ./docs/book
- name: Build mdbook
run: ./bin/mdbook build ./docs --dest-dir ./docs/book
- name: Ensure mdbook is present
run: tree
run: ./bin/mdbook build ./docs
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
Expand Down

0 comments on commit 8b32f0b

Please sign in to comment.