aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-preview-site.yml
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2023-12-12 13:57:19 +0100
committerGitHub <noreply@github.com>2023-12-12 13:57:19 +0100
commit8909649f4dc40f8e759d504dbb12aaa02880f64b (patch)
tree4d46a79cea2ae65764cb8e3a249a48386197bb76 /.github/workflows/build-preview-site.yml
parentd01c114ca8789e5254ec177059a6cca8ae1ad7c8 (diff)
parent9e04d32dd3d7102b93f62b9655b76058bb3f48e0 (diff)
downloadpelican-themes-8909649f4dc40f8e759d504dbb12aaa02880f64b.tar.gz
Merge pull request #766 from avaris/fix-broken-theme-previews
Diffstat (limited to '.github/workflows/build-preview-site.yml')
-rw-r--r--.github/workflows/build-preview-site.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-preview-site.yml b/.github/workflows/build-preview-site.yml
index 2639c05..0759f56 100644
--- a/.github/workflows/build-preview-site.yml
+++ b/.github/workflows/build-preview-site.yml
@@ -46,8 +46,8 @@ jobs:
with:
path: ~/.cache/ms-playwright/
key: ${{ runner.os }}-browsers
- - name: Install pelican and shot-scraper
- run: pip install pelican[markdown] shot-scraper
+ - name: Install pelican, plugins and shot-scraper
+ run: pip install pelican[markdown] pelican-webassets cssmin shot-scraper
- name: Setup shot-scraper
run: shot-scraper install
- name: Generate output