Skip to content

Bump sort-package-json from 2.6.0 to 2.7.0 #60

Bump sort-package-json from 2.6.0 to 2.7.0

Bump sort-package-json from 2.6.0 to 2.7.0 #60

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@b4ffde65f46336ab88eb53be808477a3936bae11"
with:
submodules: true
- uses: "pnpm/action-setup@d882d12c64e032187b2edb46d3a0d003b7a43598"
with:
version: "latest"
- uses: "actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8"
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