Skip to content

index: add note that PayPal payment is possible via ko-fi.com #10

index: add note that PayPal payment is possible via ko-fi.com

index: add note that PayPal payment is possible via ko-fi.com #10

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.124.1'
extended: true
- name: Build
run: |
git submodule update --init
pushd themes/about-blank
npm install
popd
hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public