Skip to content

Commit

Permalink
오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
joostory committed Dec 24, 2019
1 parent 3a615b2 commit 09ba6c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[*]
indent_style = tab
indent_style = space
indent_size = 2
insert_final_newline = true
8 changes: 4 additions & 4 deletions .github/workflows/publish_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
- name: build
run: |
npm ci
npm run build
- name: CNAME
run: |
cp ./CNAME ./dist/CNAME
npm run build
- name: CNAME
run: |
cp ./CNAME ./dist/CNAME
- uses: peaceiris/actions-gh-pages@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 09ba6c8

Please sign in to comment.