Skip to content

new post: alpine linux 3.21 #162

new post: alpine linux 3.21

new post: alpine linux 3.21 #162

Workflow file for this run

# https://github.com/marketplace/actions/hugo-setup
name: gh-pages
on:
workflow_dispatch:
pull_request:
push:
branches: master
jobs:
deploy:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.124.0'
- name: Build
run: make build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/master'
with:
cname: www.perrotta.dev
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public