Skip to content

feat(-Au): only warn when an installed package can't be found on the AUR #233

feat(-Au): only warn when an installed package can't be found on the AUR

feat(-Au): only warn when an installed package can't be found on the AUR #233

Workflow file for this run

name: Book
on:
push:
branches:
- master
jobs:
book:
name: Build and Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install mdbook
uses: peaceiris/[email protected]
with:
mdbook-version: "0.4.7"
- name: Generate book from markdown
run: |
cd book
mdbook build
- name: Publish HTML
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book/book/