Skip to content

feat: modify date and add 'draft' tag #28

feat: modify date and add 'draft' tag

feat: modify date and add 'draft' tag #28

Workflow file for this run

name: github pages
on:
push:
branches:
- hugo-loveit
pull_request: null
jobs:
deploy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.ACCESS_TOKEN }}
user_name: shesl-meow
user_email: [email protected]
publish_branch: master
publish_dir: ./public