remove unused action file

Signed-off-by: Pete Lumbis <plumbis@users.noreply.github.com>
This commit is contained in:
Pete Lumbis 2022-10-07 17:44:12 -04:00
parent f81ae95e57
commit 5bc72e94b3
No known key found for this signature in database
GPG Key ID: FDC6C20960060000
1 changed files with 0 additions and 25 deletions

View File

@ -1,25 +0,0 @@
name: Deploy to GitHub Pages
on:
push:
branches:
- master # Set a branch to deploy
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.101.0'
- name: Build
run: hugo --minify
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./public