Skip to content

Automated commit on 2023-12-03 16:36:38 CST #108

Automated commit on 2023-12-03 16:36:38 CST

Automated commit on 2023-12-03 16:36:38 CST #108

Workflow file for this run

name: deploy
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
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.112.5'
extended: true
- name: Build Web
run: hugo
- name: Deploy Web
uses: peaceiris/actions-gh-pages@v3
with:
PERSONAL_TOKEN: ${{ secrets.GH_PAGE_ACTION_TOKEN }}
EXTERNAL_REPOSITORY: sillydanny/sillydanny.github.io
PUBLISH_BRANCH: master
PUBLISH_DIR: ./public
commit_message: ${{ github.event.head_commit.message }}
cname: www.kingtam.tk