Skip to content

Merge pull request #65 from leonvogt/update-path-configuration-docs #14

Merge pull request #65 from leonvogt/update-path-configuration-docs

Merge pull request #65 from leonvogt/update-path-configuration-docs #14

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: native.hotwired.dev