Skip to content

Merge pull request #147 from felipedmesquita/patch-1 #70

Merge pull request #147 from felipedmesquita/patch-1

Merge pull request #147 from felipedmesquita/patch-1 #70

name: Eleventy Publish
on:
push:
branches:
- main
workflow_dispatch:
inputs:
confirmation:
description: 'Are you sure you want to run the publish process manually?'
required: true
type: boolean
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm run publish
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_public
cname: turbo.hotwired.dev