Skip to content

Commit

Permalink
m-dash, open, deploy only main
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jul 11, 2024
1 parent 13310e2 commit 665f4c2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 🚀 Deploy
on:
push:
branches: ["*"]
branches: [main]

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ src/SUMMARY.md: generate-book.py README.md text/*.md
@./generate-book.py

run: src/SUMMARY.md
@mdbook serve

open: src/SUMMARY.md
@mdbook serve --open

clean: src book
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# PGXN RFCs - [PGXN Book](https://rfcs.pgxn.org/)
# PGXN RFCs --- [PGXN Book](https://rfcs.pgxn.org/)

[PGXN RFCs]: #pgxn-rfcs

Expand Down

0 comments on commit 665f4c2

Please sign in to comment.