Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add jekyll --profile arg
  • Loading branch information
0xdevalias committed Jul 26, 2020
commit ce195f0fd24a2c15b11057cfefbc247c9fe70f89
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
enable_cache: true
# format_output: true
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to enable this? Otherwise, remove it.

custom_opts: '--lsi'
custom_opts: '--lsi --profile'

# - name: 🚀 deploy
# uses: peaceiris/actions-gh-pages@v3.6.4
Expand Down