Skip to content

Commit 478e6bd

Browse files
committed
isolate github pages deployment to fix-security.txt branch
1 parent 417cf27 commit 478e6bd

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Website
22

33
on:
44
push:
5-
branches: ["gh-pages"]
5+
branches: ["fix-security.txt"]
66
workflow_dispatch:
77

88
permissions:

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,8 @@ kramdown:
103103
syntax_highlighter: rouge
104104

105105
exclude:
106-
- uk/CHANGELOG.md
106+
- [uk/CHANGELOG.md]
107107
- vendor/bundle
108108
- node_modules/
109109

110-
include:
111-
- .well-known
110+
include: [.well-known]

0 commit comments

Comments
 (0)