mirror of
https://git.adityakumar.xyz/hugo-theme-introduction.git
synced 2024-11-08 22:49:44 +00:00
Add postcss dependency to workflow
- Update for breaking change: https://github.com/postcss/postcss-cli/releases
This commit is contained in:
parent
d81ebc6c8e
commit
00fd8477fe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-versions.yml
vendored
4
.github/workflows/test-versions.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue