Skip to content

Commit ea5da1f

Browse files
committed
fix: add manual trigger and changes to docs/ on docs deployment and bump version to 0.1.31
Signed-off-by: rafaeljohn9 <[email protected]>
1 parent 0e4147c commit ea5da1f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Deploy Docs to GitHub Pages
22

33
on:
44
push:
5-
branches: [main, master] # or your default branch
5+
branches: [main, master]
6+
paths:
7+
- 'docs/**'
68
workflow_dispatch:
79

810
permissions:

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "gh-templates"
4-
version = "0.1.30"
4+
version = "0.1.31"
55
edition = "2021"
66
authors = ["John Kagunda [email protected]"]
77
description = "A template project for GitHub-related utilities."

0 commit comments

Comments
 (0)