Skip to content

chore(deps-dev): bump @babel/preset-env from 7.21.4 to 7.22.5 #153

chore(deps-dev): bump @babel/preset-env from 7.21.4 to 7.22.5

chore(deps-dev): bump @babel/preset-env from 7.21.4 to 7.22.5 #153

Workflow file for this run

name: Hugo build check
on:
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
Actions-Hugo-Check:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
with:
submodules: recursive # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: latest
extended: true
- name: Build Hugo static files
run: hugo -v --source=docs --gc --minify