From e3982fc150b942b0ef208eb346f63a9847b5bd3d Mon Sep 17 00:00:00 2001 From: mrjones-plip Date: Tue, 4 Aug 2020 16:39:24 -0700 Subject: [PATCH] add back in node stuffs so --minify works #259 --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5d1878fb..0c0fb7554 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,14 +18,13 @@ jobs: submodules: recursive # Fetch the Docsy theme fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - # todo - verify this is safe to remove - not sure why we need node here -# - name: Install Node depencies -# uses: actions/setup-node@v1 -# with: -# node-version: '12.x' -# - run: npm install -# - run: npm install -g postcss-cli -# - run: npm i -D autoprefixer + - name: Install Node depencies + uses: actions/setup-node@v1 + with: + node-version: '12.x' + - run: npm install + - run: npm install -g postcss-cli + - run: npm i -D autoprefixer - name: Setup hugo uses: peaceiris/actions-hugo@v2 @@ -47,6 +46,7 @@ jobs: - name: Sleep so hugo server is ready run: sleep 5 + # todo - decide on if we're gonna test against GH or not :( - name: Run Muffet link checkier run: | muffet http://localhost:1313 \