Skip to content

pip 24.3: Better PSA phrasing (thank you sinoroc) #83

pip 24.3: Better PSA phrasing (thank you sinoroc)

pip 24.3: Better PSA phrasing (thank you sinoroc) #83

Workflow file for this run

name: hugo-deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: "0.115.0"
- run: hugo --minify --environment production
- name: Upload to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: public/