Skip to content

Commit

Permalink
Merge pull request #212 from striezel-stash/make-ci-pass-again
Browse files Browse the repository at this point in the history
Fix GitHub Actions workflow
  • Loading branch information
myrrlyn committed Apr 12, 2023
2 parents f0ad5e5 + 23d3ab9 commit 30a673c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Expand Up @@ -14,9 +14,9 @@ on:

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

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

0 comments on commit 30a673c

Please sign in to comment.