Skip to content

Bump prettier from 2.8.7 to 2.8.8 #64

Bump prettier from 2.8.7 to 2.8.8

Bump prettier from 2.8.7 to 2.8.8 #64

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.6.0
with:
hugo-version: latest
- name: Build local site
run: hugo --minify --gc --destination ./public --source ./ --themesDir ./ --baseURL https://joejansen.github.io/sauntering-snail
- name: Deploy to GitHub Pages
if: github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public