Skip to content

Commit

Permalink
change runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahrooz Aghili committed Jan 2, 2024
1 parent 663cfb8 commit 569b20d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/book-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup mdBook
uses: peaceiris/[email protected]
with:
mdbook-version: '0.4.7'
mdbook-version: "0.4.7"
# mdbook-version: 'latest'

- run: mdbook build
Expand Down

0 comments on commit 569b20d

Please sign in to comment.