diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index de18af6..3d60ded 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -50,9 +50,10 @@ jobs: - name: Install Node.js dependencies run: | #npm install -g postcss-cli autoprefixer - npm install postcss -D - npm install -g postcss-cli - npm install -g autoprefixer + npm install -D autoprefixer + npm install -D postcss-cli + npm install -D postcss + - name: Checkout uses: actions/checkout@v4