We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997aed2 commit 8e21639Copy full SHA for 8e21639
2 files changed
.github/workflows/deploy-docs.yaml
@@ -2,7 +2,7 @@ name: Deploy Hugo Docs
2
3
on:
4
push:
5
- branches: ["develop"]
+ branches: ["develop", "550/fix-github-page-build-error"]
6
paths:
7
- "docs/**"
8
docs/content/developer/infra/_index.md
@@ -5,3 +5,5 @@ title: "Infra"
---
> 인프라 관련 문서를 열심히 작성 중입니다. 조금만 기다려 주세요!
+
9
+Change Test
0 commit comments