Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gruendau committed Aug 12, 2023
1 parent b50111f commit 1a09813
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Sample workflow for building and deploying a Hugo site to GitHub Pages
name: Deploy Hugo site to Pages
# Sample Workflow for building and deploying a Hugo site to GitHub Pages
#
# Source: https://gohugo.io/hosting-and-deployment/hosting-on-github/#procedure
#

# on: [push, pull_request, workflow_dispatch]
name: Deploy Hugo site to Pages

on:
# dynamic:

# Runs on pushes targeting the default branch
push:
branches:
Expand Down Expand Up @@ -36,7 +36,6 @@ jobs:
build:
runs-on: ubuntu-latest
env:
#HUGO_VERSION: 0.115.1
HUGO_VERSION: 0.115.4
steps:
- name: Install Hugo CLI
Expand Down Expand Up @@ -81,3 +80,6 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2



0 comments on commit 1a09813

Please sign in to comment.