Skip to content

Commit

Permalink
fix CI warn
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Oct 31, 2024
1 parent 2c99d42 commit ecb3243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GH Pages Deploy
name: GH Pages Deploy (Docs, mdbook)


on:
Expand All @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
Expand Down

0 comments on commit ecb3243

Please sign in to comment.