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

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build-to-docs.yml')
-rw-r--r--.github/workflows/build-to-docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-to-docs.yml b/.github/workflows/build-to-docs.yml
index e7f349d..ef6a1e9 100644
--- a/.github/workflows/build-to-docs.yml
+++ b/.github/workflows/build-to-docs.yml
@@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@master
with:
node-version: 10.x
- - run: npm i -g postcss postcss-cli autoprefixer@9.8.6
+ - run: npm i -g postcss postcss-cli autoprefixer
- name: 🤵 Install Hugo
run: |
HUGO_VERSION=$(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | jq -r '.tag_name')