Skip to content

fix: Attempt to use URL instead of alias #123

fix: Attempt to use URL instead of alias

fix: Attempt to use URL instead of alias #123

Workflow file for this run

name: github pages
on:
push:
branches: [main]
jobs:
hugo-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
extended: true
- name: Build
run: hugo --minify
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public