Skip to content

Commit 111972c

Browse files
authored
[#59] πŸ› 리λͺ¨νŠΈμ˜ source directory μˆ˜μ • (#72)
* [#59] πŸ”§ update git-push.yml file * [#59] πŸ”§ update build.sh file * [#59] πŸ› add sudo keyword to permit write access * [#59] πŸ› change remote source-directory into root directory
1 parent a4bcf87 commit 111972c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

β€Ž.github/workflows/git-push.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
API_TOKEN_GITHUB: ${{ secrets.AUTH_TOKEN }}
2424
with:
25-
source-directory: 'output'
25+
source-directory: '.'
2626
destination-github-username: KingNono1030
2727
destination-repository-name: frontend_fork
2828
user-email: ${{ secrets.OFFICIAL_ACCOUNT_EMAIL }}

β€Žbuild.shβ€Ž

100644100755
File mode changed.

0 commit comments

Comments
Β (0)