Skip to content

Fixing the about-me and ideas-concepts pages #7

Fixing the about-me and ideas-concepts pages

Fixing the about-me and ideas-concepts pages #7

Workflow file for this run

name: GitHub Pages (Pull Request)
on:
pull_request:
jobs:
deploy:
runs-on: ubuntu-22.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Git checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
submodules: 'recursive'
fetch-depth: 0
- name: Setup hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.139.3"
extended: true
- name: Build
# remove --minify tag if you do not need it
# docs: https://gohugo.io/hugo-pipes/minification/
run: hugo --environment=live