Skip to content

upload a diary about the birthday date with haruko #95

upload a diary about the birthday date with haruko

upload a diary about the birthday date with haruko #95

Workflow file for this run

name: Deploy Hugo site to GitHub Pages
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.148.0'
extended: true
- name: Build
# run: hugo --buildDrafts
run: hugo
- name: Disable Jekyll
run: touch public/.nojekyll
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ secrets.GH_PAT }}
publish_dir: ./public