Skip to content

Commit

Permalink
build: apply js/dist
Browse files Browse the repository at this point in the history
Signed-off-by: Jinwoo Sung <[email protected]>
  • Loading branch information
jwsung91 committed Sep 20, 2024
1 parent 44f818d commit 8bd5134
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,21 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161.0
with:
ruby-version: '3.2' # Not needed with a .ruby-version file
ruby-version: "3.1.1" # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup-node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Bundle install
run: bundle install
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
run: bundle exec jekyll build
env:
JEKYLL_ENV: production
- name: Upload artifact
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ package-lock.json
!.vscode/tasks.json

# Misc
_sass/dist
assets/js/dist
# _sass/dist
# assets/js/dist
5 changes: 5 additions & 0 deletions _sass/dist/bootstrap.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/js/dist/app.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions assets/js/dist/categories.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/js/dist/commons.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/js/dist/home.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/js/dist/misc.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/js/dist/page.min.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions assets/js/dist/post.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/js/dist/sw.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8bd5134

Please sign in to comment.