From ce195f0fd24a2c15b11057cfefbc247c9fe70f89 Mon Sep 17 00:00:00 2001 From: Glenn 'devalias' Grant Date: Sun, 26 Jul 2020 13:42:44 +1000 Subject: [PATCH] add jekyll --profile arg --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 65d3f6900..2eb5eb260 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: with: enable_cache: true # format_output: true - custom_opts: '--lsi' + custom_opts: '--lsi --profile' # - name: 🚀 deploy # uses: peaceiris/actions-gh-pages@v3.6.4