Skip to content

Commit

Permalink
docs: Deploy mdbook on release in the future
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed May 11, 2024
1 parent 08fbc53 commit b8b1a79
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mdbook-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Deploy Mdbook

on:
push:
branches: [ "main" ]
tags:
- v[0-9]+.*

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand Down
3 changes: 3 additions & 0 deletions docs/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ boxes. Other programs (such as PrusaSlicer) also do the same thing.
`chezmoi_modify_manager` allows you to ignore certain sections of those
INI files when managing the configuration files with chezmoi.

> Note! This documentation reflects the latest release and may not match older
versions or newer in-development versions.

## Features

* Ignore entire sections or specific keys in an INI style file.
Expand Down

0 comments on commit b8b1a79

Please sign in to comment.