Skip to content

Commit

Permalink
테스트 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
lurgi committed Sep 20, 2024
1 parent b7130f3 commit 9baa99f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: vercel 배포

on:
push:
branches: [build]
branches: [main]

jobs:
build:
Expand All @@ -24,5 +24,5 @@ jobs:
user-email: [email protected]
commit-message: "build to vercel"
target-branch: main
- name: 클론된 경로를 확인하세요
- name: 클론 경로를 echo
run: echo $DESTINATION_CLONED_DIRECTORY
2 changes: 1 addition & 1 deletion pages/about.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# About

TEST FIX
TEST FIX good

0 comments on commit 9baa99f

Please sign in to comment.