Skip to content

Clarify mention of Ubuntu 24.04 #256

Clarify mention of Ubuntu 24.04

Clarify mention of Ubuntu 24.04 #256

Workflow file for this run

env:
cname: docs.ankiweb.net
name: github pages
on:
push:
branches:
- main
- test
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build
run: .github/workflows/build.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/html
cname: ${{ env.cname }}
check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Build
run: CHECK=1 .github/workflows/build.sh