diff --git a/.gitea/workflows/pipeline-test.yaml b/.gitea/workflows/pipeline-test.yaml index c87a859..4363255 100644 --- a/.gitea/workflows/pipeline-test.yaml +++ b/.gitea/workflows/pipeline-test.yaml @@ -20,6 +20,16 @@ jobs: with: go-version: '1.20.5' + - name: Set up Node.js + uses: actions/setup-node@v2 + with: + node-version: '20' + + - name: Install PostCSS + run: | + npm install -g postcss postcss-cli + npm install autoprefixer + - name: Set up Hugo Extended uses: peaceiris/actions-hugo@v2 with: