Skip to content

Commit

Permalink
add back in node stuffs so --minify works #259
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones-plip committed Aug 4, 2020
1 parent e9e77f9 commit e3982fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit e3982fc

Please sign in to comment.