Let's not have two actions, eh?

This commit is contained in:
Andrew Godwin 2022-11-19 10:11:10 -07:00
parent 34231f2f2f
commit ca1157e7f2
1 changed files with 0 additions and 31 deletions

View File

@ -1,31 +0,0 @@
name: GitHub Pages
on:
push:
branches:
- main
pull_request:
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "latest"
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public