Skip to content

Commit

Permalink
Cleaned-up worflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jstamant committed Dec 14, 2023
1 parent c118fde commit b856258
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Sample workflow for building and deploying a Hugo site to GitHub Pages
# Note that this workflow does not generate the TailwindCSS style.css
# I might want to add that in the future
name: Deploy Hugo site to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -21,13 +20,11 @@ concurrency:
group: "pages"
cancel-in-progress: false

# Default to bash
defaults:
run:
shell: bash

jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -62,7 +59,6 @@ jobs:
with:
path: ./public

# Deployment job
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit b856258

Please sign in to comment.