Skip to content

fix: add word wrap to prevent long links from breaking page (#27) #69

fix: add word wrap to prevent long links from breaking page (#27)

fix: add word wrap to prevent long links from breaking page (#27) #69

Workflow file for this run

name: Build Eleventy
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
extended: true
- name: Build
run: hugo -D --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: ./public
github_token: ${{ secrets.GITHUB_TOKEN }}