Skip to content

Merge pull request #60 from regolith-linux/fix-menu-title #147

Merge pull request #60 from regolith-linux/fix-menu-title

Merge pull request #60 from regolith-linux/fix-menu-title #147

Workflow file for this run

name: Publish Site
on:
push:
branches:
- main
paths-ignore:
- 'README.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- 'package*.json'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.140.0'
extended: true
- name: Build website
env:
NODE_PATH: /usr/lib/node_modules
HUGO_ENV: production
run: hugo --minify
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: gh-pages
cname: regolith-desktop.com