Skip to content

Bump sort-package-json from 2.7.0 to 2.8.0 (#75) #68

Bump sort-package-json from 2.7.0 to 2.8.0 (#75)

Bump sort-package-json from 2.7.0 to 2.8.0 (#75) #68

Workflow file for this run

---
name: "deploy"
on:
push:
branches:
- "main"
permissions: "read-all"
jobs:
deploy:
runs-on: "ubuntu-latest"
permissions:
contents: "write"
steps:
- uses: "actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633"
with:
submodules: true
- uses: "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d"
with:
version: "latest"
- uses: "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8"
with:
node-version-file: ".nvmrc"
cache: "pnpm"
- uses: "peaceiris/actions-hugo@v2"
with:
hugo-version: "0.105.0"
extended: true
- run: "make install"
- run: "hugo --minify"
- uses: "peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847"
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: "dbtedman/dbtedman.github.io"
publish_branch: "master"
publish_dir: ./public