Skip to content

Commit

Permalink
action approved
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Dec 21, 2023
1 parent 32b26db commit 30d520f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install
working-directory: website
run: cargo install mdbook

# Enable this after JIRA ticket https://issues.apache.org/jira/browse/INFRA-25298 resolved.
# - name: Setup mdBook
# uses: peaceiris/actions-mdbook@v1
# with:
# mdbook-version: '0.4.36'
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: '0.4.36'

- name: Build
working-directory: website
Expand Down

0 comments on commit 30d520f

Please sign in to comment.