Skip to content

Commit 083232d

Browse files
committed
remove comments
1 parent aa6edb2 commit 083232d

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/update-blog.js.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@ jobs:
4141
run: npm ci && npm test
4242
- name: process posts
4343
run: npm run process
44-
# - name: Push directory to another repository
45-
# uses: cpina/github-action-push-to-another-repository@v1.3
46-
# env:
47-
# API_TOKEN_GITHUB: ${{ secrets.UPDATE_BLOG }}
48-
# with:
49-
# source-directory: './scripts/blog-updater/private/'
50-
# destination-github-username: 'Epikem'
51-
# destination-repository-name: 'Epikem.github.io'
52-
# user-email: epikem@kakao.com
53-
# commit-message: port posts. see ORIGIN_COMMIT from $GITHUB_REF
54-
# target-branch: update-blog
5544
- name: public to blog
5645
env:
5746
API_TOKEN_GITHUB: ${{ secrets.UPDATE_BLOG }}
@@ -74,12 +63,4 @@ jobs:
7463
directory: ./scripts/blog-updater/epikem.github.io/
7564
github_token: ${{ secrets.UPDATE_BLOG }}
7665
branch: update-blog
77-
repository: epikem/epikem.github.io
78-
79-
# - name: publish:starters
80-
# uses: johno/actions-push-subdirectories@master
81-
# env:
82-
# API_TOKEN_GITHUB: ${{ secrets.UPDATE_BLOG }}
83-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
84-
# with:
85-
# args: ./scripts/blog-updater/private epikem epikem.github.io update-blog
66+
repository: epikem/epikem.github.io

0 commit comments

Comments
 (0)