Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2020-10-12 05:11:17 +0300
committerVictoria Drake <hello@victoria.dev>2020-10-12 05:11:17 +0300
commit00fd8477fe530dc31d05374e7e3bcdcf7415af31 (patch)
treef6cbf353b8de8ca19aad2db4358a29dab6b2ca3a /.github
parentd81ebc6c8efb8f4a411aa1b24d2a35bd5911d02c (diff)
Add postcss dependency to workflow
- Update for breaking change: https://github.com/postcss/postcss-cli/releases
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-versions.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-versions.yml b/.github/workflows/test-versions.yml
index 1e6092a..95a6026 100644
--- a/.github/workflows/test-versions.yml
+++ b/.github/workflows/test-versions.yml
@@ -25,7 +25,7 @@ jobs:
- name: Install tools
run: |
sudo apt install curl jq
- npm i -g postcss-cli autoprefixer@9.8.6
+ npm i -g postcss postcss-cli autoprefixer@9.8.6
- name: Test with Hugo ${{ matrix.hugo }}
uses: peaceiris/actions-hugo@v2
@@ -39,4 +39,4 @@ jobs:
HUGO_THEME="hugo-theme-introduction" hugo --themesDir ../.. -v
- name: Test HTML from Hugo ${{ matrix.hugo }}
- run: docker run -v ${GITHUB_WORKSPACE}/public/:/mnt 18fgsa/html-proofer mnt --disable-external \ No newline at end of file
+ run: docker run -v ${GITHUB_WORKSPACE}/public/:/mnt 18fgsa/html-proofer mnt --disable-external