Skip to content

Commit

Permalink
config.yml 및 workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsair0412 committed Oct 16, 2023
1 parent 537a765 commit 713a31c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: jekyll/
destination: jekyll/_site
source: ./jekyll/
destination: ./jekyll/_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2

Expand Down
2 changes: 1 addition & 1 deletion jekyll/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The Site Configuration

# Import the theme
theme: jekyll-theme-chirpy
theme: ./jekyll/jekyll-theme-chirpy

# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
Expand Down

0 comments on commit 713a31c

Please sign in to comment.