Add postcss dependency to workflow

- Update for breaking change: https://github.com/postcss/postcss-cli/releases
This commit is contained in:
Victoria Drake 2020-10-11 22:11:17 -04:00
parent d81ebc6c8e
commit 00fd8477fe

View file

@ -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
run: docker run -v ${GITHUB_WORKSPACE}/public/:/mnt 18fgsa/html-proofer mnt --disable-external