Skip to content

Commit

Permalink
Upgrade Github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaroslav Surilov authored and Yaroslav Surilov committed Aug 6, 2023
1 parent 64d8ddb commit 95584fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Pandoc Build
uses: maxheld83/pandoc-action@v2
- name: Pandoc build
uses: docker://pandoc/core:2.9
with:
args: readme.md --standalone --css=assets/main.css --metadata pagetitle="Bookmarklets" --output=docs/index.html

Expand Down

0 comments on commit 95584fa

Please sign in to comment.