Skip to content

Commit

Permalink
Update docs-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kimo-k authored Feb 12, 2025
1 parent b5fb9e6 commit 76a67d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# The ns-to-markdown job generates API documentation from the source code and uploads that as an artifact.
ns-to-markdown:
name: re-frame.core Markdown
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container:
# Source: https://github.com/day8/dockerfiles-for-dev-ci-images
image: ghcr.io/day8/chrome-56:2
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:

re-frame-docs-app:
name: Re-frame Docs App
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container:
image: ghcr.io/day8/dockerfile-for-dev-ci-image/dev-ci:1
credentials:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
needs:
- ns-to-markdown
- re-frame-docs-app
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: "squidfunk/mkdocs-material:5.5.9"
steps:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
github-pages:
name: GitHub Pages
needs: mkdocs
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout GitHub Pages Branch
uses: actions/checkout@v2
Expand Down

0 comments on commit 76a67d7

Please sign in to comment.