Skip to content

Removed erroneous meta data, linked bluesky #23

Removed erroneous meta data, linked bluesky

Removed erroneous meta data, linked bluesky #23

name: Cloudflare Pages Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.145.0"
extended: true
- name: Build
run: hugo --minify
- name: Install Wrangler CLI
run: npm install -g wrangler
- name: Deploy to Cloudflare Pages
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
run: wrangler pages deploy ./public --project-name=ryanpmeyer